Shades of Medium Orchid #C72FDD
Tints of Medium Orchid #C72FDD
RGB
CMYK
RGB Variations
Color information
#C72FDD (or 0xC72FDD) is known color: Medium Orchid. HEX triplet: C7, 2F and DD. RGB value is (199,47,221). Sum of RGB (Red+Green+Blue) = 199+47+221=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FDD is #38D022. Grayscale: #6F6F6F. Windows color (decimal): -3723299 or 14495687. OLE color: 14495687.
HSL color Cylindrical-coordinate representation of color #C72FDD: hue angle of 292.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72FDD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 47 | 221 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.13 |
| HSL | 292.41º | 0.72% | 0.53% | - |
| HSV(B) | 292.41º | 0.79% | 0.87% | - |
| XYZ | 37.62 | 19.4 | 70.17 | - |
| YUV | 112.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 221 | 0.10 | 0.79 | 0 | 0.13 | 292.41 | 0.72 | 0.53 |
| Hex | C7 | 2F | DD | A | 4F | 0 | D | 124 | 48 | 35 |
| Octal | 307 | 57 | 335 | 12 | 117 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11000111 | 101111 | 11011101 | 1010 | 1001111 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C72FDD
Complementary color
Monochromatic Colors of #C72FDD
Black with #C72FDD
Text Example
Text Example
White with #C72FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72FDD; }
p { color: rgb(199,47,221); }
H1.HeaderClassName
{
color: #C72FDD;
}
.AnyTagClassName
{
color: #C72FDD;
}
</style>
background-color css
<style>
a { background-color: #C72FDD; }
a { background-color: rgb(199,47,221); }
div.DivClassName
{
background-color: #C72FDD;
}
.BgClassName
{
background-color: #C72FDD;
}
</style>
border-color css
<style>
span { border-color: #C72FDD; }
span { border-color: rgb(199,47,221); }
td.TdClassName
{
border-color: #C72FDD;
}
.TagClassName
{
border-color: #C72FDD;
}
</style>