Shades of Orchid #DC72D4
Tints of Orchid #DC72D4
RGB
CMYK
RGB Variations
Color information
#DC72D4 (or 0xDC72D4) is known color: Orchid. HEX triplet: DC, 72 and D4. RGB value is (220,114,212). Sum of RGB (Red+Green+Blue) = 220+114+212=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72D4 is #238D2B. Grayscale: #9C9C9C. Windows color (decimal): -2329900 or 13923036. OLE color: 13923036.
HSL color Cylindrical-coordinate representation of color #DC72D4: hue angle of 304.53º 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 #DC72D4 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 212 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.14 |
| HSL | 304.53º | 0.6% | 0.65% | - |
| HSV(B) | 304.53º | 0.48% | 0.86% | - |
| XYZ | 47.42 | 32 | 65.97 | - |
| YUV | 156.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 212 | 0 | 0.48 | 0.04 | 0.14 | 304.53 | 0.6 | 0.65 |
| Hex | DC | 72 | D4 | 0 | 30 | 4 | E | 131 | 3C | 41 |
| Octal | 334 | 162 | 324 | 0 | 60 | 4 | 16 | 461 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11010100 | 0 | 110000 | 100 | 1110 | 100110001 | 111100 | 1000001 |
Color Harmonies of #DC72D4
Complementary color
Monochromatic Colors of #DC72D4
Black with #DC72D4
Text Example
Text Example
White with #DC72D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72D4; }
p { color: rgb(220,114,212); }
H1.HeaderClassName
{
color: #DC72D4;
}
.AnyTagClassName
{
color: #DC72D4;
}
</style>
background-color css
<style>
a { background-color: #DC72D4; }
a { background-color: rgb(220,114,212); }
div.DivClassName
{
background-color: #DC72D4;
}
.BgClassName
{
background-color: #DC72D4;
}
</style>
border-color css
<style>
span { border-color: #DC72D4; }
span { border-color: rgb(220,114,212); }
td.TdClassName
{
border-color: #DC72D4;
}
.TagClassName
{
border-color: #DC72D4;
}
</style>