Shades of Orchid #DC73CC
Tints of Orchid #DC73CC
RGB
CMYK
RGB Variations
Color information
#DC73CC (or 0xDC73CC) is known color: Orchid. HEX triplet: DC, 73 and CC. RGB value is (220,115,204). Sum of RGB (Red+Green+Blue) = 220+115+204=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73CC is #238C33. Grayscale: #9C9C9C. Windows color (decimal): -2329652 or 13399004. OLE color: 13399004.
HSL color Cylindrical-coordinate representation of color #DC73CC: hue angle of 309.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 #DC73CC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 204 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.14 |
| HSL | 309.14º | 0.6% | 0.66% | - |
| HSV(B) | 309.14º | 0.48% | 0.86% | - |
| XYZ | 46.55 | 31.84 | 60.82 | - |
| YUV | 156.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 204 | 0 | 0.48 | 0.07 | 0.14 | 309.14 | 0.6 | 0.66 |
| Hex | DC | 73 | CC | 0 | 30 | 7 | E | 135 | 3C | 42 |
| Octal | 334 | 163 | 314 | 0 | 60 | 7 | 16 | 465 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11001100 | 0 | 110000 | 111 | 1110 | 100110101 | 111100 | 1000010 |
Color Harmonies of #DC73CC
Complementary color
Monochromatic Colors of #DC73CC
Black with #DC73CC
Text Example
Text Example
White with #DC73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73CC; }
p { color: rgb(220,115,204); }
H1.HeaderClassName
{
color: #DC73CC;
}
.AnyTagClassName
{
color: #DC73CC;
}
</style>
background-color css
<style>
a { background-color: #DC73CC; }
a { background-color: rgb(220,115,204); }
div.DivClassName
{
background-color: #DC73CC;
}
.BgClassName
{
background-color: #DC73CC;
}
</style>
border-color css
<style>
span { border-color: #DC73CC; }
span { border-color: rgb(220,115,204); }
td.TdClassName
{
border-color: #DC73CC;
}
.TagClassName
{
border-color: #DC73CC;
}
</style>