Shades of Medium Orchid #C72FDC
Tints of Medium Orchid #C72FDC
RGB
CMYK
RGB Variations
Color information
#C72FDC (or 0xC72FDC) is known color: Medium Orchid. HEX triplet: C7, 2F and DC. RGB value is (199,47,220). Sum of RGB (Red+Green+Blue) = 199+47+220=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FDC is #38D023. Grayscale: #6F6F6F. Windows color (decimal): -3723300 or 14430151. OLE color: 14430151.
HSL color Cylindrical-coordinate representation of color #C72FDC: hue angle of 292.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72FDC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 47 | 220 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.14 |
| HSL | 292.72º | 0.71% | 0.52% | - |
| HSV(B) | 292.72º | 0.79% | 0.86% | - |
| XYZ | 37.49 | 19.34 | 69.47 | - |
| YUV | 112.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 220 | 0.10 | 0.79 | 0 | 0.14 | 292.72 | 0.71 | 0.52 |
| Hex | C7 | 2F | DC | A | 4F | 0 | E | 125 | 47 | 34 |
| Octal | 307 | 57 | 334 | 12 | 117 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11000111 | 101111 | 11011100 | 1010 | 1001111 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C72FDC
Complementary color
Monochromatic Colors of #C72FDC
Black with #C72FDC
Text Example
Text Example
White with #C72FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72FDC; }
p { color: rgb(199,47,220); }
H1.HeaderClassName
{
color: #C72FDC;
}
.AnyTagClassName
{
color: #C72FDC;
}
</style>
background-color css
<style>
a { background-color: #C72FDC; }
a { background-color: rgb(199,47,220); }
div.DivClassName
{
background-color: #C72FDC;
}
.BgClassName
{
background-color: #C72FDC;
}
</style>
border-color css
<style>
span { border-color: #C72FDC; }
span { border-color: rgb(199,47,220); }
td.TdClassName
{
border-color: #C72FDC;
}
.TagClassName
{
border-color: #C72FDC;
}
</style>