Shades of Orchid #DC73D4
Tints of Orchid #DC73D4
RGB
CMYK
RGB Variations
Color information
#DC73D4 (or 0xDC73D4) is known color: Orchid. HEX triplet: DC, 73 and D4. RGB value is (220,115,212). Sum of RGB (Red+Green+Blue) = 220+115+212=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D4 is #238C2B. Grayscale: #9D9D9D. Windows color (decimal): -2329644 or 13923292. OLE color: 13923292.
HSL color Cylindrical-coordinate representation of color #DC73D4: hue angle of 304.57º 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 #DC73D4 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 212 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.14 |
| HSL | 304.57º | 0.6% | 0.66% | - |
| HSV(B) | 304.57º | 0.48% | 0.86% | - |
| XYZ | 47.53 | 32.23 | 66 | - |
| YUV | 157.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 212 | 0 | 0.48 | 0.04 | 0.14 | 304.57 | 0.6 | 0.66 |
| Hex | DC | 73 | D4 | 0 | 30 | 4 | E | 131 | 3C | 42 |
| Octal | 334 | 163 | 324 | 0 | 60 | 4 | 16 | 461 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11010100 | 0 | 110000 | 100 | 1110 | 100110001 | 111100 | 1000010 |
Color Harmonies of #DC73D4
Complementary color
Monochromatic Colors of #DC73D4
Black with #DC73D4
Text Example
Text Example
White with #DC73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73D4; }
p { color: rgb(220,115,212); }
H1.HeaderClassName
{
color: #DC73D4;
}
.AnyTagClassName
{
color: #DC73D4;
}
</style>
background-color css
<style>
a { background-color: #DC73D4; }
a { background-color: rgb(220,115,212); }
div.DivClassName
{
background-color: #DC73D4;
}
.BgClassName
{
background-color: #DC73D4;
}
</style>
border-color css
<style>
span { border-color: #DC73D4; }
span { border-color: rgb(220,115,212); }
td.TdClassName
{
border-color: #DC73D4;
}
.TagClassName
{
border-color: #DC73D4;
}
</style>