Shades of Orchid #DC73DA
Tints of Orchid #DC73DA
RGB
CMYK
RGB Variations
Color information
#DC73DA (or 0xDC73DA) is known color: Orchid. HEX triplet: DC, 73 and DA. RGB value is (220,115,218). Sum of RGB (Red+Green+Blue) = 220+115+218=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73DA is #238C25. Grayscale: #9D9D9D. Windows color (decimal): -2329638 or 14316508. OLE color: 14316508.
HSL color Cylindrical-coordinate representation of color #DC73DA: hue angle of 301.14º 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 #DC73DA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 218 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.14 |
| HSL | 301.14º | 0.6% | 0.66% | - |
| HSV(B) | 301.14º | 0.48% | 0.86% | - |
| XYZ | 48.3 | 32.54 | 70.06 | - |
| YUV | 158.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 218 | 0 | 0.48 | 0.01 | 0.14 | 301.14 | 0.6 | 0.66 |
| Hex | DC | 73 | DA | 0 | 30 | 1 | E | 12D | 3C | 42 |
| Octal | 334 | 163 | 332 | 0 | 60 | 1 | 16 | 455 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11011010 | 0 | 110000 | 1 | 1110 | 100101101 | 111100 | 1000010 |
Color Harmonies of #DC73DA
Complementary color
Monochromatic Colors of #DC73DA
Black with #DC73DA
Text Example
Text Example
White with #DC73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73DA; }
p { color: rgb(220,115,218); }
H1.HeaderClassName
{
color: #DC73DA;
}
.AnyTagClassName
{
color: #DC73DA;
}
</style>
background-color css
<style>
a { background-color: #DC73DA; }
a { background-color: rgb(220,115,218); }
div.DivClassName
{
background-color: #DC73DA;
}
.BgClassName
{
background-color: #DC73DA;
}
</style>
border-color css
<style>
span { border-color: #DC73DA; }
span { border-color: rgb(220,115,218); }
td.TdClassName
{
border-color: #DC73DA;
}
.TagClassName
{
border-color: #DC73DA;
}
</style>