#e76cce

Color #E76CCE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E76CCE

Tints of Orchid #E76CCE

Color information

#E76CCE (or 0xE76CCE) is unknown color: approx Orchid. HEX triplet: E7, 6C and CE. RGB value is (231,108,206). Sum of RGB (Red+Green+Blue) = 231+108+206=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCE is #189331. Grayscale: #9B9B9B. Windows color (decimal): -1610546 or 13528295. OLE color: 13528295.

HSL color Cylindrical-coordinate representation of color #E76CCE: hue angle of 312.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CCE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231108206-
CMYK00.530.110.09
HSL312.2º71.93%66.47%-
HSV(B)312.2º53.25%90.59%-
XYZ49.4632.1762-
YUV155.95156.25181.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=42.39%
G=19.82%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110820600.530.110.09312.271.9366.47
HexE76CCE035B91384842
Octal3471543160651311470110102
Binary1110011111011001100111001101011011100110011100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76cce; }

 p { color: rgb(231,108,206); }

 H1.HeaderClassName
 {
   color: #e76cce;
 }
 .AnyTagClassName
 {
   color: #e76cce;
 }
</style>
background-color css

<style>
 a { background-color: #e76cce; }

 a { background-color: rgb(231,108,206); }

 div.DivClassName
 {
   background-color: #e76cce;
 }
 .BgClassName
 {
   background-color: #e76cce;
 }
</style>
border-color css

<style>
 span { border-color: #e76cce; }

 span { border-color: rgb(231,108,206); }

 td.TdClassName
 {
   border-color: #e76cce;
 }
 .TagClassName
 {
   border-color: #e76cce;
 }
</style>