Shades of Medium Orchid #C72BDE
Tints of Medium Orchid #C72BDE
RGB
CMYK
RGB Variations
Color information
#C72BDE (or 0xC72BDE) is known color: Medium Orchid. HEX triplet: C7, 2B and DE. RGB value is (199,43,222). Sum of RGB (Red+Green+Blue) = 199+43+222=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C72BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDE is #38D421. Grayscale: #6D6D6D. Windows color (decimal): -3724322 or 14560199. OLE color: 14560199.
HSL color Cylindrical-coordinate representation of color #C72BDE: hue angle of 292.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72BDE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 43 | 222 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.29º | 0.73% | 0.52% | - |
| HSV(B) | 292.29º | 0.81% | 0.87% | - |
| XYZ | 37.6 | 19.14 | 70.82 | - |
| YUV | 110.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 222 | 0.10 | 0.81 | 0 | 0.13 | 292.29 | 0.73 | 0.52 |
| Hex | C7 | 2B | DE | A | 51 | 0 | D | 124 | 49 | 34 |
| Octal | 307 | 53 | 336 | 12 | 121 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000111 | 101011 | 11011110 | 1010 | 1010001 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C72BDE
Complementary color
Monochromatic Colors of #C72BDE
Black with #C72BDE
Text Example
Text Example
White with #C72BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BDE; }
p { color: rgb(199,43,222); }
H1.HeaderClassName
{
color: #C72BDE;
}
.AnyTagClassName
{
color: #C72BDE;
}
</style>
background-color css
<style>
a { background-color: #C72BDE; }
a { background-color: rgb(199,43,222); }
div.DivClassName
{
background-color: #C72BDE;
}
.BgClassName
{
background-color: #C72BDE;
}
</style>
border-color css
<style>
span { border-color: #C72BDE; }
span { border-color: rgb(199,43,222); }
td.TdClassName
{
border-color: #C72BDE;
}
.TagClassName
{
border-color: #C72BDE;
}
</style>