#DE85CA

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

Shades of Orchid #DE85CA

Tints of Orchid #DE85CA

Color information

#DE85CA (or 0xDE85CA) is unknown color: approx Orchid. HEX triplet: DE, 85 and CA. RGB value is (222,133,202). Sum of RGB (Red+Green+Blue) = 222+133+202=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85CA is #217A35. Grayscale: #A7A7A7. Windows color (decimal): -2193974 or 13272542. OLE color: 13272542.

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

Color convert

RGB222133202-
CMYK00.400.090.13
HSL313.48º57.42%69.61%-
HSV(B)313.48º40.09%87.06%-
XYZ49.1736.5760.34-
YUV167.48147.49166.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=39.86%
G=23.88%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213320200.400.090.13313.4857.4269.61
HexDE85CA0289D1393946
Octal336205312050111547171106
Binary1101111010000101110010100101000100111011001110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85CA; }

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

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

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

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

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

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

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

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