#DE81DC

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

Shades of Orchid #DE81DC

Tints of Orchid #DE81DC

Color information

#DE81DC (or 0xDE81DC) is unknown color: approx Orchid. HEX triplet: DE, 81 and DC. RGB value is (222,129,220). Sum of RGB (Red+Green+Blue) = 222+129+220=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DC is #217E23. Grayscale: #A6A6A6. Windows color (decimal): -2194980 or 14451166. OLE color: 14451166.

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

Color convert

RGB222129220-
CMYK00.420.010.13
HSL301.29º58.49%68.82%-
HSV(B)301.29º41.89%87.06%-
XYZ50.8936.472.05-
YUV167.18157.81167.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=38.88%
G=22.59%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212922000.420.010.13301.2958.4968.82
HexDE81DC02A1D12d3a45
Octal33620133405211545572105
Binary1101111010000001110111000101010111011001011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81DC; }

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

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

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

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

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

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

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

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