Shades of Orchid #DC81CD
Tints of Orchid #DC81CD
RGB
CMYK
RGB Variations
Color information
#DC81CD (or 0xDC81CD) is known color: Orchid. HEX triplet: DC, 81 and CD. RGB value is (220,129,205). Sum of RGB (Red+Green+Blue) = 220+129+205=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CD is #237E32. Grayscale: #A4A4A4. Windows color (decimal): -2326067 or 13468124. OLE color: 13468124.
HSL color Cylindrical-coordinate representation of color #DC81CD: hue angle of 309.89º 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 #DC81CD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 205 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.14 |
| HSL | 309.89º | 0.57% | 0.68% | - |
| HSV(B) | 309.89º | 0.41% | 0.86% | - |
| XYZ | 48.38 | 35.32 | 62.03 | - |
| YUV | 164.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 205 | 0 | 0.41 | 0.07 | 0.14 | 309.89 | 0.57 | 0.68 |
| Hex | DC | 81 | CD | 0 | 29 | 7 | E | 136 | 39 | 44 |
| Octal | 334 | 201 | 315 | 0 | 51 | 7 | 16 | 466 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11001101 | 0 | 101001 | 111 | 1110 | 100110110 | 111001 | 1000100 |
Color Harmonies of #DC81CD
Complementary color
Monochromatic Colors of #DC81CD
Black with #DC81CD
Text Example
Text Example
White with #DC81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81CD; }
p { color: rgb(220,129,205); }
H1.HeaderClassName
{
color: #DC81CD;
}
.AnyTagClassName
{
color: #DC81CD;
}
</style>
background-color css
<style>
a { background-color: #DC81CD; }
a { background-color: rgb(220,129,205); }
div.DivClassName
{
background-color: #DC81CD;
}
.BgClassName
{
background-color: #DC81CD;
}
</style>
border-color css
<style>
span { border-color: #DC81CD; }
span { border-color: rgb(220,129,205); }
td.TdClassName
{
border-color: #DC81CD;
}
.TagClassName
{
border-color: #DC81CD;
}
</style>