#DE87CA

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

Shades of Orchid #DE87CA

Tints of Orchid #DE87CA

Color information

#DE87CA (or 0xDE87CA) is unknown color: approx Orchid. HEX triplet: DE, 87 and CA. RGB value is (222,135,202). Sum of RGB (Red+Green+Blue) = 222+135+202=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87CA is #217835. Grayscale: #A8A8A8. Windows color (decimal): -2193462 or 13273054. OLE color: 13273054.

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

Color convert

RGB222135202-
CMYK00.390.090.13
HSL313.79º56.86%70%-
HSV(B)313.79º39.19%87.06%-
XYZ49.4537.1260.44-
YUV168.65146.82166.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=39.71%
G=24.15%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213520200.390.090.13313.7956.8670
HexDE87CA0279D13a3946
Octal336207312047111547271106
Binary1101111010000111110010100100111100111011001110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87CA; }

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

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

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

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

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

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

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

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