Shades of Orchid #DC72CB
Tints of Orchid #DC72CB
RGB
CMYK
RGB Variations
Color information
#DC72CB (or 0xDC72CB) is known color: Orchid. HEX triplet: DC, 72 and CB. RGB value is (220,114,203). Sum of RGB (Red+Green+Blue) = 220+114+203=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72CB is #238D34. Grayscale: #9B9B9B. Windows color (decimal): -2329909 or 13333212. OLE color: 13333212.
HSL color Cylindrical-coordinate representation of color #DC72CB: hue angle of 309.62º 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 #DC72CB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 203 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.14 |
| HSL | 309.62º | 0.6% | 0.65% | - |
| HSV(B) | 309.62º | 0.48% | 0.86% | - |
| XYZ | 46.31 | 31.56 | 60.15 | - |
| YUV | 155.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 203 | 0 | 0.48 | 0.08 | 0.14 | 309.62 | 0.6 | 0.65 |
| Hex | DC | 72 | CB | 0 | 30 | 8 | E | 136 | 3C | 41 |
| Octal | 334 | 162 | 313 | 0 | 60 | 10 | 16 | 466 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11001011 | 0 | 110000 | 1000 | 1110 | 100110110 | 111100 | 1000001 |
Color Harmonies of #DC72CB
Complementary color
Monochromatic Colors of #DC72CB
Black with #DC72CB
Text Example
Text Example
White with #DC72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72CB; }
p { color: rgb(220,114,203); }
H1.HeaderClassName
{
color: #DC72CB;
}
.AnyTagClassName
{
color: #DC72CB;
}
</style>
background-color css
<style>
a { background-color: #DC72CB; }
a { background-color: rgb(220,114,203); }
div.DivClassName
{
background-color: #DC72CB;
}
.BgClassName
{
background-color: #DC72CB;
}
</style>
border-color css
<style>
span { border-color: #DC72CB; }
span { border-color: rgb(220,114,203); }
td.TdClassName
{
border-color: #DC72CB;
}
.TagClassName
{
border-color: #DC72CB;
}
</style>