#DE87D4

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

Shades of Orchid #DE87D4

Tints of Orchid #DE87D4

Color information

#DE87D4 (or 0xDE87D4) is unknown color: approx Orchid. HEX triplet: DE, 87 and D4. RGB value is (222,135,212). Sum of RGB (Red+Green+Blue) = 222+135+212=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87D4 is #21782B. Grayscale: #A9A9A9. Windows color (decimal): -2193452 or 13928414. OLE color: 13928414.

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

Color convert

RGB222135212-
CMYK00.390.050.13
HSL306.9º56.86%70%-
HSV(B)306.9º39.19%87.06%-
XYZ50.6737.6166.88-
YUV169.79151.82165.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 135 (53.12% from 255) = 23.73%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=39.02%
G=23.73%
B=37.26%

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
Decimal22213521200.390.050.13306.956.8670
HexDE87D40275D1333946
Octal33620732404751546371106
Binary110111101000011111010100010011110111011001100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87D4; }

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

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

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

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

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

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

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

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