Shades of Medium Orchid #C72DD3
Tints of Medium Orchid #C72DD3
RGB
CMYK
RGB Variations
Color information
#C72DD3 (or 0xC72DD3) is known color: Medium Orchid. HEX triplet: C7, 2D and D3. RGB value is (199,45,211). Sum of RGB (Red+Green+Blue) = 199+45+211=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #C72DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DD3 is #38D22C. Grayscale: #6D6D6D. Windows color (decimal): -3723821 or 13839815. OLE color: 13839815.
HSL color Cylindrical-coordinate representation of color #C72DD3: hue angle of 295.66º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72DD3 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 45 | 211 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.17 |
| HSL | 295.66º | 0.65% | 0.5% | - |
| HSV(B) | 295.66º | 0.79% | 0.83% | - |
| XYZ | 36.25 | 18.72 | 63.33 | - |
| YUV | 109.97 | 185.02 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 211 | 0.06 | 0.79 | 0 | 0.17 | 295.66 | 0.65 | 0.5 |
| Hex | C7 | 2D | D3 | 6 | 4F | 0 | 11 | 128 | 41 | 32 |
| Octal | 307 | 55 | 323 | 6 | 117 | 0 | 21 | 450 | 101 | 62 |
| Binary | 11000111 | 101101 | 11010011 | 110 | 1001111 | 0 | 10001 | 100101000 | 1000001 | 110010 |
Color Harmonies of #C72DD3
Complementary color
Monochromatic Colors of #C72DD3
Black with #C72DD3
Text Example
Text Example
White with #C72DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DD3; }
p { color: rgb(199,45,211); }
H1.HeaderClassName
{
color: #C72DD3;
}
.AnyTagClassName
{
color: #C72DD3;
}
</style>
background-color css
<style>
a { background-color: #C72DD3; }
a { background-color: rgb(199,45,211); }
div.DivClassName
{
background-color: #C72DD3;
}
.BgClassName
{
background-color: #C72DD3;
}
</style>
border-color css
<style>
span { border-color: #C72DD3; }
span { border-color: rgb(199,45,211); }
td.TdClassName
{
border-color: #C72DD3;
}
.TagClassName
{
border-color: #C72DD3;
}
</style>