Shades of Orchid #DC73DC
Tints of Orchid #DC73DC
RGB
CMYK
RGB Variations
Color information
#DC73DC (or 0xDC73DC) is known color: Orchid. HEX triplet: DC, 73 and DC. RGB value is (220,115,220). Sum of RGB (Red+Green+Blue) = 220+115+220=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73DC is #238C23. Grayscale: #9E9E9E. Windows color (decimal): -2329636 or 14447580. OLE color: 14447580.
HSL color Cylindrical-coordinate representation of color #DC73DC: hue angle of 300º 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 #DC73DC is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 220 | - |
| CMYK | 0 | 0.48 | 0 | 0.14 |
| HSL | 300º | 0.6% | 0.66% | - |
| HSV(B) | 300º | 0.48% | 0.86% | - |
| XYZ | 48.56 | 32.64 | 71.45 | - |
| YUV | 158.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 220 | 0 | 0.48 | 0 | 0.14 | 300 | 0.6 | 0.66 |
| Hex | DC | 73 | DC | 0 | 30 | 0 | E | 12C | 3C | 42 |
| Octal | 334 | 163 | 334 | 0 | 60 | 0 | 16 | 454 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11011100 | 0 | 110000 | 0 | 1110 | 100101100 | 111100 | 1000010 |
Color Harmonies of #DC73DC
Complementary color
Monochromatic Colors of #DC73DC
Black with #DC73DC
Text Example
Text Example
White with #DC73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73DC; }
p { color: rgb(220,115,220); }
H1.HeaderClassName
{
color: #DC73DC;
}
.AnyTagClassName
{
color: #DC73DC;
}
</style>
background-color css
<style>
a { background-color: #DC73DC; }
a { background-color: rgb(220,115,220); }
div.DivClassName
{
background-color: #DC73DC;
}
.BgClassName
{
background-color: #DC73DC;
}
</style>
border-color css
<style>
span { border-color: #DC73DC; }
span { border-color: rgb(220,115,220); }
td.TdClassName
{
border-color: #DC73DC;
}
.TagClassName
{
border-color: #DC73DC;
}
</style>