Shades of Medium Orchid #C932E9
Tints of Medium Orchid #C932E9
RGB
CMYK
RGB Variations
Color information
#C932E9 (or 0xC932E9) is known color: Medium Orchid. HEX triplet: C9, 32 and E9. RGB value is (201,50,233). Sum of RGB (Red+Green+Blue) = 201+50+233=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #C932E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932E9 is #36CD16. Grayscale: #737373. Windows color (decimal): -3591447 or 15282889. OLE color: 15282889.
HSL color Cylindrical-coordinate representation of color #C932E9: hue angle of 289.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C932E9 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 50 | 233 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.09 |
| HSL | 289.51º | 0.81% | 0.55% | - |
| HSV(B) | 289.51º | 0.79% | 0.91% | - |
| XYZ | 39.94 | 20.58 | 78.96 | - |
| YUV | 116.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 233 | 0.14 | 0.79 | 0 | 0.09 | 289.51 | 0.81 | 0.55 |
| Hex | C9 | 32 | E9 | E | 4F | 0 | 9 | 122 | 51 | 37 |
| Octal | 311 | 62 | 351 | 16 | 117 | 0 | 11 | 442 | 121 | 67 |
| Binary | 11001001 | 110010 | 11101001 | 1110 | 1001111 | 0 | 1001 | 100100010 | 1010001 | 110111 |
Color Harmonies of #C932E9
Complementary color
Monochromatic Colors of #C932E9
Black with #C932E9
Text Example
Text Example
White with #C932E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932E9; }
p { color: rgb(201,50,233); }
H1.HeaderClassName
{
color: #C932E9;
}
.AnyTagClassName
{
color: #C932E9;
}
</style>
background-color css
<style>
a { background-color: #C932E9; }
a { background-color: rgb(201,50,233); }
div.DivClassName
{
background-color: #C932E9;
}
.BgClassName
{
background-color: #C932E9;
}
</style>
border-color css
<style>
span { border-color: #C932E9; }
span { border-color: rgb(201,50,233); }
td.TdClassName
{
border-color: #C932E9;
}
.TagClassName
{
border-color: #C932E9;
}
</style>