Shades of Orchid #DC72C3
Tints of Orchid #DC72C3
RGB
CMYK
RGB Variations
Color information
#DC72C3 (or 0xDC72C3) is known color: Orchid. HEX triplet: DC, 72 and C3. RGB value is (220,114,195). Sum of RGB (Red+Green+Blue) = 220+114+195=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C3 is #238D3C. Grayscale: #9A9A9A. Windows color (decimal): -2329917 or 12808924. OLE color: 12808924.
HSL color Cylindrical-coordinate representation of color #DC72C3: hue angle of 314.15º 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 #DC72C3 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 195 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.14 |
| HSL | 314.15º | 0.6% | 0.65% | - |
| HSV(B) | 314.15º | 0.48% | 0.86% | - |
| XYZ | 45.38 | 31.19 | 55.26 | - |
| YUV | 154.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 195 | 0 | 0.48 | 0.11 | 0.14 | 314.15 | 0.6 | 0.65 |
| Hex | DC | 72 | C3 | 0 | 30 | B | E | 13A | 3C | 41 |
| Octal | 334 | 162 | 303 | 0 | 60 | 13 | 16 | 472 | 74 | 101 |
| Binary | 11011100 | 1110010 | 11000011 | 0 | 110000 | 1011 | 1110 | 100111010 | 111100 | 1000001 |
Color Harmonies of #DC72C3
Complementary color
Monochromatic Colors of #DC72C3
Black with #DC72C3
Text Example
Text Example
White with #DC72C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72C3; }
p { color: rgb(220,114,195); }
H1.HeaderClassName
{
color: #DC72C3;
}
.AnyTagClassName
{
color: #DC72C3;
}
</style>
background-color css
<style>
a { background-color: #DC72C3; }
a { background-color: rgb(220,114,195); }
div.DivClassName
{
background-color: #DC72C3;
}
.BgClassName
{
background-color: #DC72C3;
}
</style>
border-color css
<style>
span { border-color: #DC72C3; }
span { border-color: rgb(220,114,195); }
td.TdClassName
{
border-color: #DC72C3;
}
.TagClassName
{
border-color: #DC72C3;
}
</style>