#DE81CB

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

Shades of Orchid #DE81CB

Tints of Orchid #DE81CB

Color information

#DE81CB (or 0xDE81CB) is unknown color: approx Orchid. HEX triplet: DE, 81 and CB. RGB value is (222,129,203). Sum of RGB (Red+Green+Blue) = 222+129+203=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81CB is #217E34. Grayscale: #A5A5A5. Windows color (decimal): -2194997 or 13337054. OLE color: 13337054.

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

Color convert

RGB222129203-
CMYK00.420.090.13
HSL312.26º58.49%68.82%-
HSV(B)312.26º41.89%87.06%-
XYZ48.7535.5460.79-
YUV165.24149.31168.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=40.07%
G=23.29%
B=36.64%

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
Decimal22212920300.420.090.13312.2658.4968.82
HexDE81CB02A9D1383a45
Octal336201313052111547072105
Binary1101111010000001110010110101010100111011001110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81CB; }

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

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

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

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

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

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

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

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