Shades of Orchid #DC73D8
Tints of Orchid #DC73D8
RGB
CMYK
RGB Variations
Color information
#DC73D8 (or 0xDC73D8) is known color: Orchid. HEX triplet: DC, 73 and D8. RGB value is (220,115,216). Sum of RGB (Red+Green+Blue) = 220+115+216=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D8 is #238C27. Grayscale: #9D9D9D. Windows color (decimal): -2329640 or 14185436. OLE color: 14185436.
HSL color Cylindrical-coordinate representation of color #DC73D8: hue angle of 302.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73D8 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 216 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.14 |
| HSL | 302.29º | 0.6% | 0.66% | - |
| HSV(B) | 302.29º | 0.48% | 0.86% | - |
| XYZ | 48.04 | 32.43 | 68.69 | - |
| YUV | 157.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 216 | 0 | 0.48 | 0.02 | 0.14 | 302.29 | 0.6 | 0.66 |
| Hex | DC | 73 | D8 | 0 | 30 | 2 | E | 12E | 3C | 42 |
| Octal | 334 | 163 | 330 | 0 | 60 | 2 | 16 | 456 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11011000 | 0 | 110000 | 10 | 1110 | 100101110 | 111100 | 1000010 |
Color Harmonies of #DC73D8
Complementary color
Monochromatic Colors of #DC73D8
Black with #DC73D8
Text Example
Text Example
White with #DC73D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73D8; }
p { color: rgb(220,115,216); }
H1.HeaderClassName
{
color: #DC73D8;
}
.AnyTagClassName
{
color: #DC73D8;
}
</style>
background-color css
<style>
a { background-color: #DC73D8; }
a { background-color: rgb(220,115,216); }
div.DivClassName
{
background-color: #DC73D8;
}
.BgClassName
{
background-color: #DC73D8;
}
</style>
border-color css
<style>
span { border-color: #DC73D8; }
span { border-color: rgb(220,115,216); }
td.TdClassName
{
border-color: #DC73D8;
}
.TagClassName
{
border-color: #DC73D8;
}
</style>