Shades of Medium Orchid #C72BDF
Tints of Medium Orchid #C72BDF
RGB
CMYK
RGB Variations
Color information
#C72BDF (or 0xC72BDF) is known color: Medium Orchid. HEX triplet: C7, 2B and DF. RGB value is (199,43,223). Sum of RGB (Red+Green+Blue) = 199+43+223=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C72BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDF is #38D420. Grayscale: #6D6D6D. Windows color (decimal): -3724321 or 14625735. OLE color: 14625735.
HSL color Cylindrical-coordinate representation of color #C72BDF: hue angle of 292º degrees, saturation: 0.74, 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 #C72BDF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 43 | 223 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 292º | 0.74% | 0.52% | - |
| HSV(B) | 292º | 0.81% | 0.87% | - |
| XYZ | 37.74 | 19.2 | 71.53 | - |
| YUV | 110.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 223 | 0.11 | 0.81 | 0 | 0.13 | 292 | 0.74 | 0.52 |
| Hex | C7 | 2B | DF | B | 51 | 0 | D | 124 | 4A | 34 |
| Octal | 307 | 53 | 337 | 13 | 121 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000111 | 101011 | 11011111 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C72BDF
Complementary color
Monochromatic Colors of #C72BDF
Black with #C72BDF
Text Example
Text Example
White with #C72BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BDF; }
p { color: rgb(199,43,223); }
H1.HeaderClassName
{
color: #C72BDF;
}
.AnyTagClassName
{
color: #C72BDF;
}
</style>
background-color css
<style>
a { background-color: #C72BDF; }
a { background-color: rgb(199,43,223); }
div.DivClassName
{
background-color: #C72BDF;
}
.BgClassName
{
background-color: #C72BDF;
}
</style>
border-color css
<style>
span { border-color: #C72BDF; }
span { border-color: rgb(199,43,223); }
td.TdClassName
{
border-color: #C72BDF;
}
.TagClassName
{
border-color: #C72BDF;
}
</style>