Shades of Orchid #DC72DD
Tints of Orchid #DC72DD
RGB
CMYK
RGB Variations
Color information
#DC72DD (or 0xDC72DD) is known color: Orchid. HEX triplet: DC, 72 and DD. RGB value is (220,114,221). Sum of RGB (Red+Green+Blue) = 220+114+221=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DD is #238D22. Grayscale: #9D9D9D. Windows color (decimal): -2329891 or 14512860. OLE color: 14512860.
HSL color Cylindrical-coordinate representation of color #DC72DD: hue angle of 299.44º 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 #DC72DD is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 114 | 221 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.13 |
| HSL | 299.44º | 0.61% | 0.66% | - |
| HSV(B) | 299.44º | 0.48% | 0.87% | - |
| XYZ | 48.58 | 32.47 | 72.11 | - |
| YUV | 157.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 221 | 0.00 | 0.48 | 0 | 0.13 | 299.44 | 0.61 | 0.66 |
| Hex | DC | 72 | DD | 0 | 30 | 0 | D | 12B | 3D | 42 |
| Octal | 334 | 162 | 335 | 0 | 60 | 0 | 15 | 453 | 75 | 102 |
| Binary | 11011100 | 1110010 | 11011101 | 0 | 110000 | 0 | 1101 | 100101011 | 111101 | 1000010 |
Color Harmonies of #DC72DD
Complementary color
Monochromatic Colors of #DC72DD
Black with #DC72DD
Text Example
Text Example
White with #DC72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72DD; }
p { color: rgb(220,114,221); }
H1.HeaderClassName
{
color: #DC72DD;
}
.AnyTagClassName
{
color: #DC72DD;
}
</style>
background-color css
<style>
a { background-color: #DC72DD; }
a { background-color: rgb(220,114,221); }
div.DivClassName
{
background-color: #DC72DD;
}
.BgClassName
{
background-color: #DC72DD;
}
</style>
border-color css
<style>
span { border-color: #DC72DD; }
span { border-color: rgb(220,114,221); }
td.TdClassName
{
border-color: #DC72DD;
}
.TagClassName
{
border-color: #DC72DD;
}
</style>