Shades of Orchid #DC81C8
Tints of Orchid #DC81C8
RGB
CMYK
RGB Variations
Color information
#DC81C8 (or 0xDC81C8) is known color: Orchid. HEX triplet: DC, 81 and C8. RGB value is (220,129,200). Sum of RGB (Red+Green+Blue) = 220+129+200=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C8 is #237E37. Grayscale: #A4A4A4. Windows color (decimal): -2326072 or 13140444. OLE color: 13140444.
HSL color Cylindrical-coordinate representation of color #DC81C8: hue angle of 313.19º 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 #DC81C8 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 200 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.14 |
| HSL | 313.19º | 0.57% | 0.68% | - |
| HSV(B) | 313.19º | 0.41% | 0.86% | - |
| XYZ | 47.79 | 35.09 | 58.9 | - |
| YUV | 164.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 200 | 0 | 0.41 | 0.09 | 0.14 | 313.19 | 0.57 | 0.68 |
| Hex | DC | 81 | C8 | 0 | 29 | 9 | E | 139 | 39 | 44 |
| Octal | 334 | 201 | 310 | 0 | 51 | 11 | 16 | 471 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11001000 | 0 | 101001 | 1001 | 1110 | 100111001 | 111001 | 1000100 |
Color Harmonies of #DC81C8
Complementary color
Monochromatic Colors of #DC81C8
Black with #DC81C8
Text Example
Text Example
White with #DC81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81C8; }
p { color: rgb(220,129,200); }
H1.HeaderClassName
{
color: #DC81C8;
}
.AnyTagClassName
{
color: #DC81C8;
}
</style>
background-color css
<style>
a { background-color: #DC81C8; }
a { background-color: rgb(220,129,200); }
div.DivClassName
{
background-color: #DC81C8;
}
.BgClassName
{
background-color: #DC81C8;
}
</style>
border-color css
<style>
span { border-color: #DC81C8; }
span { border-color: rgb(220,129,200); }
td.TdClassName
{
border-color: #DC81C8;
}
.TagClassName
{
border-color: #DC81C8;
}
</style>