#DC81C9

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

Shades of Orchid #DC81C9

Tints of Orchid #DC81C9

Color information

#DC81C9 (or 0xDC81C9) is unknown color: approx Orchid. HEX triplet: DC, 81 and C9. RGB value is (220,129,201). Sum of RGB (Red+Green+Blue) = 220+129+201=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C9 is #237E36. Grayscale: #A4A4A4. Windows color (decimal): -2326071 or 13205980. OLE color: 13205980.

HSL color Cylindrical-coordinate representation of color #DC81C9: hue angle of 312.53º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81C9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220129201-
CMYK00.410.090.14
HSL312.53º56.52%68.43%-
HSV(B)312.53º41.36%86.27%-
XYZ47.9135.1359.51-
YUV164.42148.65167.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=40%
G=23.45%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012920100.410.090.14312.5356.5268.43
HexDC81C90299E1393944
Octal334201311051111647171104
Binary1101110010000001110010010101001100111101001110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81C9; }

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

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

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

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

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

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

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

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