#DE87DA

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

Shades of Orchid #DE87DA

Tints of Orchid #DE87DA

Color information

#DE87DA (or 0xDE87DA) is unknown color: approx Orchid. HEX triplet: DE, 87 and DA. RGB value is (222,135,218). Sum of RGB (Red+Green+Blue) = 222+135+218=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87DA is #217825. Grayscale: #AAAAAA. Windows color (decimal): -2193446 or 14321630. OLE color: 14321630.

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

Color convert

RGB222135218-
CMYK00.390.020.13
HSL302.76º56.86%70%-
HSV(B)302.76º39.19%87.06%-
XYZ51.4437.9270.94-
YUV170.48154.82164.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=38.61%
G=23.48%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213521800.390.020.13302.7656.8670
HexDE87DA0272D12f3946
Octal33620733204721545771106
Binary11011110100001111101101001001111011011001011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87DA; }

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

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

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

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

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

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

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

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