Shades of Medium Orchid #C72ADE
Tints of Medium Orchid #C72ADE
RGB
CMYK
RGB Variations
Color information
#C72ADE (or 0xC72ADE) is known color: Medium Orchid. HEX triplet: C7, 2A and DE. RGB value is (199,42,222). Sum of RGB (Red+Green+Blue) = 199+42+222=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C72ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADE is #38D521. Grayscale: #6C6C6C. Windows color (decimal): -3724578 or 14559943. OLE color: 14559943.
HSL color Cylindrical-coordinate representation of color #C72ADE: hue angle of 292.33º 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 #C72ADE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 42 | 222 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.33º | 0.73% | 0.52% | - |
| HSV(B) | 292.33º | 0.81% | 0.87% | - |
| XYZ | 37.57 | 19.07 | 70.81 | - |
| YUV | 109.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 222 | 0.10 | 0.81 | 0 | 0.13 | 292.33 | 0.73 | 0.52 |
| Hex | C7 | 2A | DE | A | 51 | 0 | D | 124 | 49 | 34 |
| Octal | 307 | 52 | 336 | 12 | 121 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000111 | 101010 | 11011110 | 1010 | 1010001 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C72ADE
Complementary color
Monochromatic Colors of #C72ADE
Black with #C72ADE
Text Example
Text Example
White with #C72ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ADE; }
p { color: rgb(199,42,222); }
H1.HeaderClassName
{
color: #C72ADE;
}
.AnyTagClassName
{
color: #C72ADE;
}
</style>
background-color css
<style>
a { background-color: #C72ADE; }
a { background-color: rgb(199,42,222); }
div.DivClassName
{
background-color: #C72ADE;
}
.BgClassName
{
background-color: #C72ADE;
}
</style>
border-color css
<style>
span { border-color: #C72ADE; }
span { border-color: rgb(199,42,222); }
td.TdClassName
{
border-color: #C72ADE;
}
.TagClassName
{
border-color: #C72ADE;
}
</style>