Shades of Medium Orchid #C72CE8
Tints of Medium Orchid #C72CE8
RGB
CMYK
RGB Variations
Color information
#C72CE8 (or 0xC72CE8) is known color: Medium Orchid. HEX triplet: C7, 2C and E8. RGB value is (199,44,232). Sum of RGB (Red+Green+Blue) = 199+44+232=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C72CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CE8 is #38D317. Grayscale: #6F6F6F. Windows color (decimal): -3724056 or 15215815. OLE color: 15215815.
HSL color Cylindrical-coordinate representation of color #C72CE8: hue angle of 289.47º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72CE8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 44 | 232 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.09 |
| HSL | 289.47º | 0.8% | 0.54% | - |
| HSV(B) | 289.47º | 0.81% | 0.91% | - |
| XYZ | 39.02 | 19.77 | 78.1 | - |
| YUV | 111.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 232 | 0.14 | 0.81 | 0 | 0.09 | 289.47 | 0.8 | 0.54 |
| Hex | C7 | 2C | E8 | E | 51 | 0 | 9 | 121 | 50 | 36 |
| Octal | 307 | 54 | 350 | 16 | 121 | 0 | 11 | 441 | 120 | 66 |
| Binary | 11000111 | 101100 | 11101000 | 1110 | 1010001 | 0 | 1001 | 100100001 | 1010000 | 110110 |
Color Harmonies of #C72CE8
Complementary color
Monochromatic Colors of #C72CE8
Black with #C72CE8
Text Example
Text Example
White with #C72CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CE8; }
p { color: rgb(199,44,232); }
H1.HeaderClassName
{
color: #C72CE8;
}
.AnyTagClassName
{
color: #C72CE8;
}
</style>
background-color css
<style>
a { background-color: #C72CE8; }
a { background-color: rgb(199,44,232); }
div.DivClassName
{
background-color: #C72CE8;
}
.BgClassName
{
background-color: #C72CE8;
}
</style>
border-color css
<style>
span { border-color: #C72CE8; }
span { border-color: rgb(199,44,232); }
td.TdClassName
{
border-color: #C72CE8;
}
.TagClassName
{
border-color: #C72CE8;
}
</style>