Shades of Medium Orchid #C72DDD
Tints of Medium Orchid #C72DDD
RGB
CMYK
RGB Variations
Color information
#C72DDD (or 0xC72DDD) is known color: Medium Orchid. HEX triplet: C7, 2D and DD. RGB value is (199,45,221). Sum of RGB (Red+Green+Blue) = 199+45+221=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDD is #38D222. Grayscale: #6E6E6E. Windows color (decimal): -3723811 or 14495175. OLE color: 14495175.
HSL color Cylindrical-coordinate representation of color #C72DDD: hue angle of 292.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72DDD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 45 | 221 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.5º | 0.72% | 0.52% | - |
| HSV(B) | 292.5º | 0.8% | 0.87% | - |
| XYZ | 37.54 | 19.24 | 70.14 | - |
| YUV | 111.11 | 190.02 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 221 | 0.10 | 0.80 | 0 | 0.13 | 292.5 | 0.72 | 0.52 |
| Hex | C7 | 2D | DD | A | 50 | 0 | D | 124 | 48 | 34 |
| Octal | 307 | 55 | 335 | 12 | 120 | 0 | 15 | 444 | 110 | 64 |
| Binary | 11000111 | 101101 | 11011101 | 1010 | 1010000 | 0 | 1101 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C72DDD
Complementary color
Monochromatic Colors of #C72DDD
Black with #C72DDD
Text Example
Text Example
White with #C72DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DDD; }
p { color: rgb(199,45,221); }
H1.HeaderClassName
{
color: #C72DDD;
}
.AnyTagClassName
{
color: #C72DDD;
}
</style>
background-color css
<style>
a { background-color: #C72DDD; }
a { background-color: rgb(199,45,221); }
div.DivClassName
{
background-color: #C72DDD;
}
.BgClassName
{
background-color: #C72DDD;
}
</style>
border-color css
<style>
span { border-color: #C72DDD; }
span { border-color: rgb(199,45,221); }
td.TdClassName
{
border-color: #C72DDD;
}
.TagClassName
{
border-color: #C72DDD;
}
</style>