Shades of Orchid #DC72DA
Tints of Orchid #DC72DA
RGB
CMYK
RGB Variations
Color information
#DC72DA (or 0xDC72DA) is known color: Orchid. HEX triplet: DC, 72 and DA. RGB value is (220,114,218). Sum of RGB (Red+Green+Blue) = 220+114+218=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DA is #238D25. Grayscale: #9D9D9D. Windows color (decimal): -2329894 or 14316252. OLE color: 14316252.
HSL color Cylindrical-coordinate representation of color #DC72DA: hue angle of 301.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72DA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 218 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.14 |
| HSL | 301.13º | 0.6% | 0.65% | - |
| HSV(B) | 301.13º | 0.48% | 0.86% | - |
| XYZ | 48.19 | 32.31 | 70.03 | - |
| YUV | 157.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 218 | 0 | 0.48 | 0.01 | 0.14 | 301.13 | 0.6 | 0.65 |
| Hex | DC | 72 | DA | 0 | 30 | 1 | E | 12D | 3C | 41 |
| Octal | 334 | 162 | 332 | 0 | 60 | 1 | 16 | 455 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11011010 | 0 | 110000 | 1 | 1110 | 100101101 | 111100 | 1000001 |
Color Harmonies of #DC72DA
Complementary color
Monochromatic Colors of #DC72DA
Black with #DC72DA
Text Example
Text Example
White with #DC72DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72DA; }
p { color: rgb(220,114,218); }
H1.HeaderClassName
{
color: #DC72DA;
}
.AnyTagClassName
{
color: #DC72DA;
}
</style>
background-color css
<style>
a { background-color: #DC72DA; }
a { background-color: rgb(220,114,218); }
div.DivClassName
{
background-color: #DC72DA;
}
.BgClassName
{
background-color: #DC72DA;
}
</style>
border-color css
<style>
span { border-color: #DC72DA; }
span { border-color: rgb(220,114,218); }
td.TdClassName
{
border-color: #DC72DA;
}
.TagClassName
{
border-color: #DC72DA;
}
</style>