Shades of Medium Orchid #C72BE0
Tints of Medium Orchid #C72BE0
RGB
CMYK
RGB Variations
Color information
#C72BE0 (or 0xC72BE0) is known color: Medium Orchid. HEX triplet: C7, 2B and E0. RGB value is (199,43,224). Sum of RGB (Red+Green+Blue) = 199+43+224=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #C72BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BE0 is #38D41F. Grayscale: #6D6D6D. Windows color (decimal): -3724320 or 14691271. OLE color: 14691271.
HSL color Cylindrical-coordinate representation of color #C72BE0: hue angle of 291.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72BE0 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 43 | 224 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.12 |
| HSL | 291.71º | 0.74% | 0.52% | - |
| HSV(B) | 291.71º | 0.81% | 0.88% | - |
| XYZ | 37.87 | 19.25 | 72.24 | - |
| YUV | 110.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 224 | 0.11 | 0.81 | 0 | 0.12 | 291.71 | 0.74 | 0.52 |
| Hex | C7 | 2B | E0 | B | 51 | 0 | C | 124 | 4A | 34 |
| Octal | 307 | 53 | 340 | 13 | 121 | 0 | 14 | 444 | 112 | 64 |
| Binary | 11000111 | 101011 | 11100000 | 1011 | 1010001 | 0 | 1100 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C72BE0
Complementary color
Monochromatic Colors of #C72BE0
Black with #C72BE0
Text Example
Text Example
White with #C72BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BE0; }
p { color: rgb(199,43,224); }
H1.HeaderClassName
{
color: #C72BE0;
}
.AnyTagClassName
{
color: #C72BE0;
}
</style>
background-color css
<style>
a { background-color: #C72BE0; }
a { background-color: rgb(199,43,224); }
div.DivClassName
{
background-color: #C72BE0;
}
.BgClassName
{
background-color: #C72BE0;
}
</style>
border-color css
<style>
span { border-color: #C72BE0; }
span { border-color: rgb(199,43,224); }
td.TdClassName
{
border-color: #C72BE0;
}
.TagClassName
{
border-color: #C72BE0;
}
</style>