Shades of Orchid #DC72BD
Tints of Orchid #DC72BD
RGB
CMYK
RGB Variations
Color information
#DC72BD (or 0xDC72BD) is known color: Orchid. HEX triplet: DC, 72 and BD. RGB value is (220,114,189). Sum of RGB (Red+Green+Blue) = 220+114+189=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72BD is #238D42. Grayscale: #9A9A9A. Windows color (decimal): -2329923 or 12415708. OLE color: 12415708.
HSL color Cylindrical-coordinate representation of color #DC72BD: hue angle of 317.55º 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 #DC72BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.14 |
| HSL | 317.55º | 0.6% | 0.65% | - |
| HSV(B) | 317.55º | 0.48% | 0.86% | - |
| XYZ | 44.72 | 30.92 | 51.76 | - |
| YUV | 154.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 189 | 0 | 0.48 | 0.14 | 0.14 | 317.55 | 0.6 | 0.65 |
| Hex | DC | 72 | BD | 0 | 30 | E | E | 13E | 3C | 41 |
| Octal | 334 | 162 | 275 | 0 | 60 | 16 | 16 | 476 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10111101 | 0 | 110000 | 1110 | 1110 | 100111110 | 111100 | 1000001 |
Color Harmonies of #DC72BD
Complementary color
Monochromatic Colors of #DC72BD
Black with #DC72BD
Text Example
Text Example
White with #DC72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72BD; }
p { color: rgb(220,114,189); }
H1.HeaderClassName
{
color: #DC72BD;
}
.AnyTagClassName
{
color: #DC72BD;
}
</style>
background-color css
<style>
a { background-color: #DC72BD; }
a { background-color: rgb(220,114,189); }
div.DivClassName
{
background-color: #DC72BD;
}
.BgClassName
{
background-color: #DC72BD;
}
</style>
border-color css
<style>
span { border-color: #DC72BD; }
span { border-color: rgb(220,114,189); }
td.TdClassName
{
border-color: #DC72BD;
}
.TagClassName
{
border-color: #DC72BD;
}
</style>