#DE88D2

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

Shades of Orchid #DE88D2

Tints of Orchid #DE88D2

Color information

#DE88D2 (or 0xDE88D2) is unknown color: approx Orchid. HEX triplet: DE, 88 and D2. RGB value is (222,136,210). Sum of RGB (Red+Green+Blue) = 222+136+210=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D2 is #21772D. Grayscale: #A9A9A9. Windows color (decimal): -2193198 or 13797598. OLE color: 13797598.

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

Color convert

RGB222136210-
CMYK00.390.050.13
HSL308.37º56.58%70.2%-
HSV(B)308.37º38.74%87.06%-
XYZ50.5637.7965.6-
YUV170.15150.49164.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=39.08%
G=23.94%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213621000.390.050.13308.3756.5870.2
HexDE88D20275D1343946
Octal33621032204751546471106
Binary110111101000100011010010010011110111011001101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88D2; }

 p { color: rgb(222,136,210); }

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

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

 a { background-color: rgb(222,136,210); }

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

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

 span { border-color: rgb(222,136,210); }

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