#DC81CA

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

Shades of Orchid #DC81CA

Tints of Orchid #DC81CA

Color information

#DC81CA (or 0xDC81CA) is unknown color: approx Orchid. HEX triplet: DC, 81 and CA. RGB value is (220,129,202). Sum of RGB (Red+Green+Blue) = 220+129+202=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CA is #237E35. Grayscale: #A4A4A4. Windows color (decimal): -2326070 or 13271516. OLE color: 13271516.

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

Color convert

RGB220129202-
CMYK00.410.080.14
HSL311.87º56.52%68.43%-
HSV(B)311.87º41.36%86.27%-
XYZ48.0335.1860.14-
YUV164.53149.15167.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=39.93%
G=23.41%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012920200.410.080.14311.8756.5268.43
HexDC81CA0298E1383944
Octal334201312051101647071104
Binary1101110010000001110010100101001100011101001110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81CA; }

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

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

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

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

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

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

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

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