#DC81D8

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

Shades of Orchid #DC81D8

Tints of Orchid #DC81D8

Color information

#DC81D8 (or 0xDC81D8) is unknown color: approx Orchid. HEX triplet: DC, 81 and D8. RGB value is (220,129,216). Sum of RGB (Red+Green+Blue) = 220+129+216=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D8 is #237E27. Grayscale: #A5A5A5. Windows color (decimal): -2326056 or 14189020. OLE color: 14189020.

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

Color convert

RGB220129216-
CMYK00.410.020.14
HSL302.64º56.52%68.43%-
HSV(B)302.64º41.36%86.27%-
XYZ49.7635.8769.27-
YUV166.13156.15166.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=38.94%
G=22.83%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012921600.410.020.14302.6456.5268.43
HexDC81D80292E12f3944
Octal33420133005121645771104
Binary11011100100000011101100001010011011101001011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81D8; }

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

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

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

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

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

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

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

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