#DE89CF

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

Shades of Orchid #DE89CF

Tints of Orchid #DE89CF

Color information

#DE89CF (or 0xDE89CF) is unknown color: approx Orchid. HEX triplet: DE, 89 and CF. RGB value is (222,137,207). Sum of RGB (Red+Green+Blue) = 222+137+207=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89CF is #217630. Grayscale: #AAAAAA. Windows color (decimal): -2192945 or 13601246. OLE color: 13601246.

HSL color Cylindrical-coordinate representation of color #DE89CF: hue angle of 310.59º 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 #DE89CF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222137207-
CMYK00.380.070.13
HSL310.59º56.29%70.39%-
HSV(B)310.59º38.29%87.06%-
XYZ50.3337.9363.7-
YUV170.4148.66164.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=39.22%
G=24.20%
B=36.57%

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
Decimal22213720700.380.070.13310.5956.2970.39
HexDE89CF0267D1373846
Octal33621131704671546770106
Binary110111101000100111001111010011011111011001101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89CF; }

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

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

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

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

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

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

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

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