Shades of Medium Orchid #C72DDF
Tints of Medium Orchid #C72DDF
RGB
CMYK
RGB Variations
Color information
#C72DDF (or 0xC72DDF) is known color: Medium Orchid. HEX triplet: C7, 2D and DF. RGB value is (199,45,223). Sum of RGB (Red+Green+Blue) = 199+45+223=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C72DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDF is #38D220. Grayscale: #6E6E6E. Windows color (decimal): -3723809 or 14626247. OLE color: 14626247.
HSL color Cylindrical-coordinate representation of color #C72DDF: hue angle of 291.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72DDF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 45 | 223 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.13 |
| HSL | 291.91º | 0.74% | 0.53% | - |
| HSV(B) | 291.91º | 0.8% | 0.87% | - |
| XYZ | 37.81 | 19.35 | 71.55 | - |
| YUV | 111.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 223 | 0.11 | 0.80 | 0 | 0.13 | 291.91 | 0.74 | 0.53 |
| Hex | C7 | 2D | DF | B | 50 | 0 | D | 124 | 4A | 35 |
| Octal | 307 | 55 | 337 | 13 | 120 | 0 | 15 | 444 | 112 | 65 |
| Binary | 11000111 | 101101 | 11011111 | 1011 | 1010000 | 0 | 1101 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C72DDF
Complementary color
Monochromatic Colors of #C72DDF
Black with #C72DDF
Text Example
Text Example
White with #C72DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DDF; }
p { color: rgb(199,45,223); }
H1.HeaderClassName
{
color: #C72DDF;
}
.AnyTagClassName
{
color: #C72DDF;
}
</style>
background-color css
<style>
a { background-color: #C72DDF; }
a { background-color: rgb(199,45,223); }
div.DivClassName
{
background-color: #C72DDF;
}
.BgClassName
{
background-color: #C72DDF;
}
</style>
border-color css
<style>
span { border-color: #C72DDF; }
span { border-color: rgb(199,45,223); }
td.TdClassName
{
border-color: #C72DDF;
}
.TagClassName
{
border-color: #C72DDF;
}
</style>