Shades of Orchid #DC81D8
Tints of Orchid #DC81D8
RGB
CMYK
RGB Variations
Color information
#DC81D8 (or 0xDC81D8) is known color: 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
| RGB | 220 | 129 | 216 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.14 |
| HSL | 302.64º | 0.57% | 0.68% | - |
| HSV(B) | 302.64º | 0.41% | 0.86% | - |
| XYZ | 49.76 | 35.87 | 69.27 | - |
| YUV | 166.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 216 | 0 | 0.41 | 0.02 | 0.14 | 302.64 | 0.57 | 0.68 |
| Hex | DC | 81 | D8 | 0 | 29 | 2 | E | 12F | 39 | 44 |
| Octal | 334 | 201 | 330 | 0 | 51 | 2 | 16 | 457 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11011000 | 0 | 101001 | 10 | 1110 | 100101111 | 111001 | 1000100 |
Color Harmonies of #DC81D8
Complementary color
Monochromatic Colors of #DC81D8
Black with #DC81D8
Text Example
Text Example
White with #DC81D8
Text Example
Text Example
HTML Codes & Css Web 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>