Shades of Medium Orchid #C732E1
Tints of Medium Orchid #C732E1
RGB
CMYK
RGB Variations
Color information
#C732E1 (or 0xC732E1) is known color: Medium Orchid. HEX triplet: C7, 32 and E1. RGB value is (199,50,225). Sum of RGB (Red+Green+Blue) = 199+50+225=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #C732E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732E1 is #38CD1E. Grayscale: #717171. Windows color (decimal): -3722527 or 14758599. OLE color: 14758599.
HSL color Cylindrical-coordinate representation of color #C732E1: hue angle of 291.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C732E1 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 50 | 225 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.12 |
| HSL | 291.09º | 0.74% | 0.54% | - |
| HSV(B) | 291.09º | 0.78% | 0.88% | - |
| XYZ | 38.28 | 19.86 | 73.05 | - |
| YUV | 114.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 225 | 0.12 | 0.78 | 0 | 0.12 | 291.09 | 0.74 | 0.54 |
| Hex | C7 | 32 | E1 | C | 4E | 0 | C | 123 | 4A | 36 |
| Octal | 307 | 62 | 341 | 14 | 116 | 0 | 14 | 443 | 112 | 66 |
| Binary | 11000111 | 110010 | 11100001 | 1100 | 1001110 | 0 | 1100 | 100100011 | 1001010 | 110110 |
Color Harmonies of #C732E1
Complementary color
Monochromatic Colors of #C732E1
Black with #C732E1
Text Example
Text Example
White with #C732E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732E1; }
p { color: rgb(199,50,225); }
H1.HeaderClassName
{
color: #C732E1;
}
.AnyTagClassName
{
color: #C732E1;
}
</style>
background-color css
<style>
a { background-color: #C732E1; }
a { background-color: rgb(199,50,225); }
div.DivClassName
{
background-color: #C732E1;
}
.BgClassName
{
background-color: #C732E1;
}
</style>
border-color css
<style>
span { border-color: #C732E1; }
span { border-color: rgb(199,50,225); }
td.TdClassName
{
border-color: #C732E1;
}
.TagClassName
{
border-color: #C732E1;
}
</style>