Shades of Medium Orchid #C932E5
Tints of Medium Orchid #C932E5
RGB
CMYK
RGB Variations
Color information
#C932E5 (or 0xC932E5) is known color: Medium Orchid. HEX triplet: C9, 32 and E5. RGB value is (201,50,229). Sum of RGB (Red+Green+Blue) = 201+50+229=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #C932E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932E5 is #36CD1A. Grayscale: #727272. Windows color (decimal): -3591451 or 15020745. OLE color: 15020745.
HSL color Cylindrical-coordinate representation of color #C932E5: hue angle of 290.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C932E5 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 50 | 229 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.10 |
| HSL | 290.61º | 0.77% | 0.55% | - |
| HSV(B) | 290.61º | 0.78% | 0.9% | - |
| XYZ | 39.37 | 20.36 | 75.98 | - |
| YUV | 115.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 229 | 0.12 | 0.78 | 0 | 0.10 | 290.61 | 0.77 | 0.55 |
| Hex | C9 | 32 | E5 | C | 4E | 0 | A | 123 | 4D | 37 |
| Octal | 311 | 62 | 345 | 14 | 116 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001001 | 110010 | 11100101 | 1100 | 1001110 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #C932E5
Complementary color
Monochromatic Colors of #C932E5
Black with #C932E5
Text Example
Text Example
White with #C932E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932E5; }
p { color: rgb(201,50,229); }
H1.HeaderClassName
{
color: #C932E5;
}
.AnyTagClassName
{
color: #C932E5;
}
</style>
background-color css
<style>
a { background-color: #C932E5; }
a { background-color: rgb(201,50,229); }
div.DivClassName
{
background-color: #C932E5;
}
.BgClassName
{
background-color: #C932E5;
}
</style>
border-color css
<style>
span { border-color: #C932E5; }
span { border-color: rgb(201,50,229); }
td.TdClassName
{
border-color: #C932E5;
}
.TagClassName
{
border-color: #C932E5;
}
</style>