#DE77C9

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

Shades of Orchid #DE77C9

Tints of Orchid #DE77C9

Color information

#DE77C9 (or 0xDE77C9) is unknown color: approx Orchid. HEX triplet: DE, 77 and C9. RGB value is (222,119,201). Sum of RGB (Red+Green+Blue) = 222+119+201=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77C9 is #218836. Grayscale: #9E9E9E. Windows color (decimal): -2197559 or 13203422. OLE color: 13203422.

HSL color Cylindrical-coordinate representation of color #DE77C9: hue angle of 312.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77C9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222119201-
CMYK00.460.090.13
HSL312.23º60.95%66.86%-
HSV(B)312.23º46.4%87.06%-
XYZ47.2632.9459.13-
YUV159.14151.62172.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=40.96%
G=21.96%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211920100.460.090.13312.2360.9566.86
HexDE77C902E9D1383d43
Octal336167311056111547075103
Binary110111101110111110010010101110100111011001110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77C9; }

 p { color: rgb(222,119,201); }

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

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

 a { background-color: rgb(222,119,201); }

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

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

 span { border-color: rgb(222,119,201); }

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