#DE87D2

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

Shades of Orchid #DE87D2

Tints of Orchid #DE87D2

Color information

#DE87D2 (or 0xDE87D2) is unknown color: approx Orchid. HEX triplet: DE, 87 and D2. RGB value is (222,135,210). Sum of RGB (Red+Green+Blue) = 222+135+210=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87D2 is #21782D. Grayscale: #A9A9A9. Windows color (decimal): -2193454 or 13797342. OLE color: 13797342.

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

Color convert

RGB222135210-
CMYK00.390.050.13
HSL308.28º56.86%70%-
HSV(B)308.28º39.19%87.06%-
XYZ50.4237.5165.56-
YUV169.56150.82165.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=39.15%
G=23.81%
B=37.04%

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
Decimal22213521000.390.050.13308.2856.8670
HexDE87D20275D1343946
Octal33620732204751546471106
Binary110111101000011111010010010011110111011001101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87D2; }

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

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

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

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

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

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

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

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