Shades of Orchid #DC72C5
Tints of Orchid #DC72C5
RGB
CMYK
RGB Variations
Color information
#DC72C5 (or 0xDC72C5) is known color: Orchid. HEX triplet: DC, 72 and C5. RGB value is (220,114,197). Sum of RGB (Red+Green+Blue) = 220+114+197=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C5 is #238D3A. Grayscale: #9A9A9A. Windows color (decimal): -2329915 or 12939996. OLE color: 12939996.
HSL color Cylindrical-coordinate representation of color #DC72C5: hue angle of 313.02º 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 #DC72C5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 197 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.14 |
| HSL | 313.02º | 0.6% | 0.65% | - |
| HSV(B) | 313.02º | 0.48% | 0.86% | - |
| XYZ | 45.61 | 31.28 | 56.46 | - |
| YUV | 155.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 197 | 0 | 0.48 | 0.10 | 0.14 | 313.02 | 0.6 | 0.65 |
| Hex | DC | 72 | C5 | 0 | 30 | A | E | 139 | 3C | 41 |
| Octal | 334 | 162 | 305 | 0 | 60 | 12 | 16 | 471 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11000101 | 0 | 110000 | 1010 | 1110 | 100111001 | 111100 | 1000001 |
Color Harmonies of #DC72C5
Complementary color
Monochromatic Colors of #DC72C5
Black with #DC72C5
Text Example
Text Example
White with #DC72C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72C5; }
p { color: rgb(220,114,197); }
H1.HeaderClassName
{
color: #DC72C5;
}
.AnyTagClassName
{
color: #DC72C5;
}
</style>
background-color css
<style>
a { background-color: #DC72C5; }
a { background-color: rgb(220,114,197); }
div.DivClassName
{
background-color: #DC72C5;
}
.BgClassName
{
background-color: #DC72C5;
}
</style>
border-color css
<style>
span { border-color: #DC72C5; }
span { border-color: rgb(220,114,197); }
td.TdClassName
{
border-color: #DC72C5;
}
.TagClassName
{
border-color: #DC72C5;
}
</style>