#DE81CA

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

Shades of Orchid #DE81CA

Tints of Orchid #DE81CA

Color information

#DE81CA (or 0xDE81CA) is unknown color: approx Orchid. HEX triplet: DE, 81 and CA. RGB value is (222,129,202). Sum of RGB (Red+Green+Blue) = 222+129+202=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81CA is #217E35. Grayscale: #A4A4A4. Windows color (decimal): -2194998 or 13271518. OLE color: 13271518.

HSL color Cylindrical-coordinate representation of color #DE81CA: hue angle of 312.9º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81CA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222129202-
CMYK00.420.090.13
HSL312.9º58.49%68.82%-
HSV(B)312.9º41.89%87.06%-
XYZ48.6435.4960.16-
YUV165.13148.81168.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=40.14%
G=23.33%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212920200.420.090.13312.958.4968.82
HexDE81CA02A9D1393a45
Octal336201312052111547172105
Binary1101111010000001110010100101010100111011001110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81CA; }

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

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

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

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

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

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

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

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