Shades of Medium Orchid #C72CDC
Tints of Medium Orchid #C72CDC
RGB
CMYK
RGB Variations
Color information
#C72CDC (or 0xC72CDC) is known color: Medium Orchid. HEX triplet: C7, 2C and DC. RGB value is (199,44,220). Sum of RGB (Red+Green+Blue) = 199+44+220=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CDC is #38D323. Grayscale: #6D6D6D. Windows color (decimal): -3724068 or 14429383. OLE color: 14429383.
HSL color Cylindrical-coordinate representation of color #C72CDC: hue angle of 292.84º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72CDC is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 44 | 220 | - |
| CMYK | 0.10 | 0.8 | 0 | 0.14 |
| HSL | 292.84º | 0.72% | 0.52% | - |
| HSV(B) | 292.84º | 0.8% | 0.86% | - |
| XYZ | 37.37 | 19.11 | 69.43 | - |
| YUV | 110.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 220 | 0.10 | 0.8 | 0 | 0.14 | 292.84 | 0.72 | 0.52 |
| Hex | C7 | 2C | DC | A | 50 | 0 | E | 125 | 48 | 34 |
| Octal | 307 | 54 | 334 | 12 | 120 | 0 | 16 | 445 | 110 | 64 |
| Binary | 11000111 | 101100 | 11011100 | 1010 | 1010000 | 0 | 1110 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C72CDC
Complementary color
Monochromatic Colors of #C72CDC
Black with #C72CDC
Text Example
Text Example
White with #C72CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CDC; }
p { color: rgb(199,44,220); }
H1.HeaderClassName
{
color: #C72CDC;
}
.AnyTagClassName
{
color: #C72CDC;
}
</style>
background-color css
<style>
a { background-color: #C72CDC; }
a { background-color: rgb(199,44,220); }
div.DivClassName
{
background-color: #C72CDC;
}
.BgClassName
{
background-color: #C72CDC;
}
</style>
border-color css
<style>
span { border-color: #C72CDC; }
span { border-color: rgb(199,44,220); }
td.TdClassName
{
border-color: #C72CDC;
}
.TagClassName
{
border-color: #C72CDC;
}
</style>