#DE81DA

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

Shades of Orchid #DE81DA

Tints of Orchid #DE81DA

Color information

#DE81DA (or 0xDE81DA) is unknown color: approx Orchid. HEX triplet: DE, 81 and DA. RGB value is (222,129,218). Sum of RGB (Red+Green+Blue) = 222+129+218=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DA is #217E25. Grayscale: #A6A6A6. Windows color (decimal): -2194982 or 14320094. OLE color: 14320094.

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

Color convert

RGB222129218-
CMYK00.420.020.13
HSL302.58º58.49%68.82%-
HSV(B)302.58º41.89%87.06%-
XYZ50.6336.2970.67-
YUV166.95156.81167.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=39.02%
G=22.67%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212921800.420.020.13302.5858.4968.82
HexDE81DA02A2D12f3a45
Octal33620133205221545772105
Binary11011110100000011101101001010101011011001011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81DA; }

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

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

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

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

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

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

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

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