Shades of Medium Orchid #C732DC
Tints of Medium Orchid #C732DC
RGB
CMYK
RGB Variations
Color information
#C732DC (or 0xC732DC) is known color: Medium Orchid. HEX triplet: C7, 32 and DC. RGB value is (199,50,220). Sum of RGB (Red+Green+Blue) = 199+50+220=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C732DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732DC is #38CD23. Grayscale: #717171. Windows color (decimal): -3722532 or 14430919. OLE color: 14430919.
HSL color Cylindrical-coordinate representation of color #C732DC: hue angle of 292.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C732DC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 50 | 220 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.14 |
| HSL | 292.59º | 0.71% | 0.53% | - |
| HSV(B) | 292.59º | 0.77% | 0.86% | - |
| XYZ | 37.61 | 19.59 | 69.51 | - |
| YUV | 113.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 220 | 0.10 | 0.77 | 0 | 0.14 | 292.59 | 0.71 | 0.53 |
| Hex | C7 | 32 | DC | A | 4D | 0 | E | 125 | 47 | 35 |
| Octal | 307 | 62 | 334 | 12 | 115 | 0 | 16 | 445 | 107 | 65 |
| Binary | 11000111 | 110010 | 11011100 | 1010 | 1001101 | 0 | 1110 | 100100101 | 1000111 | 110101 |
Color Harmonies of #C732DC
Complementary color
Monochromatic Colors of #C732DC
Black with #C732DC
Text Example
Text Example
White with #C732DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732DC; }
p { color: rgb(199,50,220); }
H1.HeaderClassName
{
color: #C732DC;
}
.AnyTagClassName
{
color: #C732DC;
}
</style>
background-color css
<style>
a { background-color: #C732DC; }
a { background-color: rgb(199,50,220); }
div.DivClassName
{
background-color: #C732DC;
}
.BgClassName
{
background-color: #C732DC;
}
</style>
border-color css
<style>
span { border-color: #C732DC; }
span { border-color: rgb(199,50,220); }
td.TdClassName
{
border-color: #C732DC;
}
.TagClassName
{
border-color: #C732DC;
}
</style>