Shades of Orchid #DC73C0
Tints of Orchid #DC73C0
RGB
CMYK
RGB Variations
Color information
#DC73C0 (or 0xDC73C0) is known color: Orchid. HEX triplet: DC, 73 and C0. RGB value is (220,115,192). Sum of RGB (Red+Green+Blue) = 220+115+192=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C0 is #238C3F. Grayscale: #9A9A9A. Windows color (decimal): -2329664 or 12612572. OLE color: 12612572.
HSL color Cylindrical-coordinate representation of color #DC73C0: hue angle of 316º 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 #DC73C0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 192 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.14 |
| HSL | 316º | 0.6% | 0.66% | - |
| HSV(B) | 316º | 0.48% | 0.86% | - |
| XYZ | 45.16 | 31.28 | 53.53 | - |
| YUV | 155.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 192 | 0 | 0.48 | 0.13 | 0.14 | 316 | 0.6 | 0.66 |
| Hex | DC | 73 | C0 | 0 | 30 | D | E | 13C | 3C | 42 |
| Octal | 334 | 163 | 300 | 0 | 60 | 15 | 16 | 474 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11000000 | 0 | 110000 | 1101 | 1110 | 100111100 | 111100 | 1000010 |
Color Harmonies of #DC73C0
Complementary color
Monochromatic Colors of #DC73C0
Black with #DC73C0
Text Example
Text Example
White with #DC73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73C0; }
p { color: rgb(220,115,192); }
H1.HeaderClassName
{
color: #DC73C0;
}
.AnyTagClassName
{
color: #DC73C0;
}
</style>
background-color css
<style>
a { background-color: #DC73C0; }
a { background-color: rgb(220,115,192); }
div.DivClassName
{
background-color: #DC73C0;
}
.BgClassName
{
background-color: #DC73C0;
}
</style>
border-color css
<style>
span { border-color: #DC73C0; }
span { border-color: rgb(220,115,192); }
td.TdClassName
{
border-color: #DC73C0;
}
.TagClassName
{
border-color: #DC73C0;
}
</style>