Shades of Medium Orchid #C72DDC
Tints of Medium Orchid #C72DDC
RGB
CMYK
RGB Variations
Color information
#C72DDC (or 0xC72DDC) is known color: Medium Orchid. HEX triplet: C7, 2D and DC. RGB value is (199,45,220). Sum of RGB (Red+Green+Blue) = 199+45+220=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDC is #38D223. Grayscale: #6E6E6E. Windows color (decimal): -3723812 or 14429639. OLE color: 14429639.
HSL color Cylindrical-coordinate representation of color #C72DDC: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72DDC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 45 | 220 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.14 |
| HSL | 292.8º | 0.71% | 0.52% | - |
| HSV(B) | 292.8º | 0.8% | 0.86% | - |
| XYZ | 37.41 | 19.19 | 69.44 | - |
| YUV | 111 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 220 | 0.10 | 0.80 | 0 | 0.14 | 292.8 | 0.71 | 0.52 |
| Hex | C7 | 2D | DC | A | 50 | 0 | E | 125 | 47 | 34 |
| Octal | 307 | 55 | 334 | 12 | 120 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11000111 | 101101 | 11011100 | 1010 | 1010000 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C72DDC
Complementary color
Monochromatic Colors of #C72DDC
Black with #C72DDC
Text Example
Text Example
White with #C72DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DDC; }
p { color: rgb(199,45,220); }
H1.HeaderClassName
{
color: #C72DDC;
}
.AnyTagClassName
{
color: #C72DDC;
}
</style>
background-color css
<style>
a { background-color: #C72DDC; }
a { background-color: rgb(199,45,220); }
div.DivClassName
{
background-color: #C72DDC;
}
.BgClassName
{
background-color: #C72DDC;
}
</style>
border-color css
<style>
span { border-color: #C72DDC; }
span { border-color: rgb(199,45,220); }
td.TdClassName
{
border-color: #C72DDC;
}
.TagClassName
{
border-color: #C72DDC;
}
</style>