#DE81CC

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

Shades of Orchid #DE81CC

Tints of Orchid #DE81CC

Color information

#DE81CC (or 0xDE81CC) is unknown color: approx Orchid. HEX triplet: DE, 81 and CC. RGB value is (222,129,204). Sum of RGB (Red+Green+Blue) = 222+129+204=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81CC is #217E33. Grayscale: #A5A5A5. Windows color (decimal): -2194996 or 13402590. OLE color: 13402590.

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

Color convert

RGB222129204-
CMYK00.420.080.13
HSL311.61º58.49%68.82%-
HSV(B)311.61º41.89%87.06%-
XYZ48.8735.5961.42-
YUV165.36149.81168.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=40%
G=23.24%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212920400.420.080.13311.6158.4968.82
HexDE81CC02A8D1383a45
Octal336201314052101547072105
Binary1101111010000001110011000101010100011011001110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81CC; }

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

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

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

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

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

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

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

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