Shades of Orchid #DC73DD
Tints of Orchid #DC73DD
RGB
CMYK
RGB Variations
Color information
#DC73DD (or 0xDC73DD) is known color: Orchid. HEX triplet: DC, 73 and DD. RGB value is (220,115,221). Sum of RGB (Red+Green+Blue) = 220+115+221=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73DD is #238C22. Grayscale: #9E9E9E. Windows color (decimal): -2329635 or 14513116. OLE color: 14513116.
HSL color Cylindrical-coordinate representation of color #DC73DD: hue angle of 299.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73DD is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 115 | 221 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.13 |
| HSL | 299.43º | 0.61% | 0.66% | - |
| HSV(B) | 299.43º | 0.48% | 0.87% | - |
| XYZ | 48.7 | 32.7 | 72.15 | - |
| YUV | 158.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 221 | 0.00 | 0.48 | 0 | 0.13 | 299.43 | 0.61 | 0.66 |
| Hex | DC | 73 | DD | 0 | 30 | 0 | D | 12B | 3D | 42 |
| Octal | 334 | 163 | 335 | 0 | 60 | 0 | 15 | 453 | 75 | 102 |
| Binary | 11011100 | 1110011 | 11011101 | 0 | 110000 | 0 | 1101 | 100101011 | 111101 | 1000010 |
Color Harmonies of #DC73DD
Complementary color
Monochromatic Colors of #DC73DD
Black with #DC73DD
Text Example
Text Example
White with #DC73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73DD; }
p { color: rgb(220,115,221); }
H1.HeaderClassName
{
color: #DC73DD;
}
.AnyTagClassName
{
color: #DC73DD;
}
</style>
background-color css
<style>
a { background-color: #DC73DD; }
a { background-color: rgb(220,115,221); }
div.DivClassName
{
background-color: #DC73DD;
}
.BgClassName
{
background-color: #DC73DD;
}
</style>
border-color css
<style>
span { border-color: #DC73DD; }
span { border-color: rgb(220,115,221); }
td.TdClassName
{
border-color: #DC73DD;
}
.TagClassName
{
border-color: #DC73DD;
}
</style>