Shades of Orchid #DC73C9
Tints of Orchid #DC73C9
RGB
CMYK
RGB Variations
Color information
#DC73C9 (or 0xDC73C9) is known color: Orchid. HEX triplet: DC, 73 and C9. RGB value is (220,115,201). Sum of RGB (Red+Green+Blue) = 220+115+201=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C9 is #238C36. Grayscale: #9B9B9B. Windows color (decimal): -2329655 or 13202396. OLE color: 13202396.
HSL color Cylindrical-coordinate representation of color #DC73C9: hue angle of 310.86º 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 #DC73C9 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 201 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.14 |
| HSL | 310.86º | 0.6% | 0.66% | - |
| HSV(B) | 310.86º | 0.48% | 0.86% | - |
| XYZ | 46.19 | 31.69 | 58.94 | - |
| YUV | 156.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 201 | 0 | 0.48 | 0.09 | 0.14 | 310.86 | 0.6 | 0.66 |
| Hex | DC | 73 | C9 | 0 | 30 | 9 | E | 137 | 3C | 42 |
| Octal | 334 | 163 | 311 | 0 | 60 | 11 | 16 | 467 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11001001 | 0 | 110000 | 1001 | 1110 | 100110111 | 111100 | 1000010 |
Color Harmonies of #DC73C9
Complementary color
Monochromatic Colors of #DC73C9
Black with #DC73C9
Text Example
Text Example
White with #DC73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73C9; }
p { color: rgb(220,115,201); }
H1.HeaderClassName
{
color: #DC73C9;
}
.AnyTagClassName
{
color: #DC73C9;
}
</style>
background-color css
<style>
a { background-color: #DC73C9; }
a { background-color: rgb(220,115,201); }
div.DivClassName
{
background-color: #DC73C9;
}
.BgClassName
{
background-color: #DC73C9;
}
</style>
border-color css
<style>
span { border-color: #DC73C9; }
span { border-color: rgb(220,115,201); }
td.TdClassName
{
border-color: #DC73C9;
}
.TagClassName
{
border-color: #DC73C9;
}
</style>