Shades of Orchid #DC72D9
Tints of Orchid #DC72D9
RGB
CMYK
RGB Variations
Color information
#DC72D9 (or 0xDC72D9) is known color: Orchid. HEX triplet: DC, 72 and D9. RGB value is (220,114,217). Sum of RGB (Red+Green+Blue) = 220+114+217=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72D9 is #238D26. Grayscale: #9D9D9D. Windows color (decimal): -2329895 or 14250716. OLE color: 14250716.
HSL color Cylindrical-coordinate representation of color #DC72D9: hue angle of 301.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72D9 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 217 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.14 |
| HSL | 301.7º | 0.6% | 0.65% | - |
| HSV(B) | 301.7º | 0.48% | 0.86% | - |
| XYZ | 48.06 | 32.26 | 69.34 | - |
| YUV | 157.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 217 | 0 | 0.48 | 0.01 | 0.14 | 301.7 | 0.6 | 0.65 |
| Hex | DC | 72 | D9 | 0 | 30 | 1 | E | 12E | 3C | 41 |
| Octal | 334 | 162 | 331 | 0 | 60 | 1 | 16 | 456 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11011001 | 0 | 110000 | 1 | 1110 | 100101110 | 111100 | 1000001 |
Color Harmonies of #DC72D9
Complementary color
Monochromatic Colors of #DC72D9
Black with #DC72D9
Text Example
Text Example
White with #DC72D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72D9; }
p { color: rgb(220,114,217); }
H1.HeaderClassName
{
color: #DC72D9;
}
.AnyTagClassName
{
color: #DC72D9;
}
</style>
background-color css
<style>
a { background-color: #DC72D9; }
a { background-color: rgb(220,114,217); }
div.DivClassName
{
background-color: #DC72D9;
}
.BgClassName
{
background-color: #DC72D9;
}
</style>
border-color css
<style>
span { border-color: #DC72D9; }
span { border-color: rgb(220,114,217); }
td.TdClassName
{
border-color: #DC72D9;
}
.TagClassName
{
border-color: #DC72D9;
}
</style>