Shades of Medium Orchid #C72CDF
Tints of Medium Orchid #C72CDF
RGB
CMYK
RGB Variations
Color information
#C72CDF (or 0xC72CDF) is known color: Medium Orchid. HEX triplet: C7, 2C and DF. RGB value is (199,44,223). Sum of RGB (Red+Green+Blue) = 199+44+223=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C72CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CDF is #38D320. Grayscale: #6E6E6E. Windows color (decimal): -3724065 or 14625991. OLE color: 14625991.
HSL color Cylindrical-coordinate representation of color #C72CDF: hue angle of 291.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72CDF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 44 | 223 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.13 |
| HSL | 291.96º | 0.74% | 0.52% | - |
| HSV(B) | 291.96º | 0.8% | 0.87% | - |
| XYZ | 37.77 | 19.27 | 71.54 | - |
| YUV | 110.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 223 | 0.11 | 0.80 | 0 | 0.13 | 291.96 | 0.74 | 0.52 |
| Hex | C7 | 2C | DF | B | 50 | 0 | D | 124 | 4A | 34 |
| Octal | 307 | 54 | 337 | 13 | 120 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000111 | 101100 | 11011111 | 1011 | 1010000 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C72CDF
Complementary color
Monochromatic Colors of #C72CDF
Black with #C72CDF
Text Example
Text Example
White with #C72CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CDF; }
p { color: rgb(199,44,223); }
H1.HeaderClassName
{
color: #C72CDF;
}
.AnyTagClassName
{
color: #C72CDF;
}
</style>
background-color css
<style>
a { background-color: #C72CDF; }
a { background-color: rgb(199,44,223); }
div.DivClassName
{
background-color: #C72CDF;
}
.BgClassName
{
background-color: #C72CDF;
}
</style>
border-color css
<style>
span { border-color: #C72CDF; }
span { border-color: rgb(199,44,223); }
td.TdClassName
{
border-color: #C72CDF;
}
.TagClassName
{
border-color: #C72CDF;
}
</style>