#DE89CE

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

Shades of Orchid #DE89CE

Tints of Orchid #DE89CE

Color information

#DE89CE (or 0xDE89CE) is unknown color: approx Orchid. HEX triplet: DE, 89 and CE. RGB value is (222,137,206). Sum of RGB (Red+Green+Blue) = 222+137+206=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89CE is #217631. Grayscale: #AAAAAA. Windows color (decimal): -2192946 or 13535710. OLE color: 13535710.

HSL color Cylindrical-coordinate representation of color #DE89CE: hue angle of 311.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89CE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222137206-
CMYK00.380.070.13
HSL311.29º56.29%70.39%-
HSV(B)311.29º38.29%87.06%-
XYZ50.2137.8863.06-
YUV170.28148.16164.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=39.29%
G=24.25%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213720600.380.070.13311.2956.2970.39
HexDE89CE0267D1373846
Octal33621131604671546770106
Binary110111101000100111001110010011011111011001101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89CE; }

 p { color: rgb(222,137,206); }

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

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

 a { background-color: rgb(222,137,206); }

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

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

 span { border-color: rgb(222,137,206); }

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