Shades of Medium Orchid #C72DEC
Tints of Medium Orchid #C72DEC
RGB
CMYK
RGB Variations
Color information
#C72DEC (or 0xC72DEC) is known color: Medium Orchid. HEX triplet: C7, 2D and EC. RGB value is (199,45,236). Sum of RGB (Red+Green+Blue) = 199+45+236=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C72DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DEC is #38D213. Grayscale: #707070. Windows color (decimal): -3723796 or 15478215. OLE color: 15478215.
HSL color Cylindrical-coordinate representation of color #C72DEC: hue angle of 288.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72DEC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 45 | 236 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.38º | 0.83% | 0.55% | - |
| HSV(B) | 288.38º | 0.81% | 0.93% | - |
| XYZ | 39.63 | 20.08 | 81.14 | - |
| YUV | 112.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 236 | 0.16 | 0.81 | 0 | 0.07 | 288.38 | 0.83 | 0.55 |
| Hex | C7 | 2D | EC | 10 | 51 | 0 | 7 | 120 | 53 | 37 |
| Octal | 307 | 55 | 354 | 20 | 121 | 0 | 7 | 440 | 123 | 67 |
| Binary | 11000111 | 101101 | 11101100 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C72DEC
Complementary color
Monochromatic Colors of #C72DEC
Black with #C72DEC
Text Example
Text Example
White with #C72DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DEC; }
p { color: rgb(199,45,236); }
H1.HeaderClassName
{
color: #C72DEC;
}
.AnyTagClassName
{
color: #C72DEC;
}
</style>
background-color css
<style>
a { background-color: #C72DEC; }
a { background-color: rgb(199,45,236); }
div.DivClassName
{
background-color: #C72DEC;
}
.BgClassName
{
background-color: #C72DEC;
}
</style>
border-color css
<style>
span { border-color: #C72DEC; }
span { border-color: rgb(199,45,236); }
td.TdClassName
{
border-color: #C72DEC;
}
.TagClassName
{
border-color: #C72DEC;
}
</style>