Shades of Medium Orchid #C932EC
Tints of Medium Orchid #C932EC
RGB
CMYK
RGB Variations
Color information
#C932EC (or 0xC932EC) is known color: Medium Orchid. HEX triplet: C9, 32 and EC. RGB value is (201,50,236). Sum of RGB (Red+Green+Blue) = 201+50+236=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #C932EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932EC is #36CD13. Grayscale: #737373. Windows color (decimal): -3591444 or 15479497. OLE color: 15479497.
HSL color Cylindrical-coordinate representation of color #C932EC: hue angle of 288.71º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C932EC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 50 | 236 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.07 |
| HSL | 288.71º | 0.83% | 0.56% | - |
| HSV(B) | 288.71º | 0.79% | 0.93% | - |
| XYZ | 40.37 | 20.75 | 81.24 | - |
| YUV | 116.35 | 195.53 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 236 | 0.15 | 0.79 | 0 | 0.07 | 288.71 | 0.83 | 0.56 |
| Hex | C9 | 32 | EC | F | 4F | 0 | 7 | 121 | 53 | 38 |
| Octal | 311 | 62 | 354 | 17 | 117 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001001 | 110010 | 11101100 | 1111 | 1001111 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #C932EC
Complementary color
Monochromatic Colors of #C932EC
Black with #C932EC
Text Example
Text Example
White with #C932EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932EC; }
p { color: rgb(201,50,236); }
H1.HeaderClassName
{
color: #C932EC;
}
.AnyTagClassName
{
color: #C932EC;
}
</style>
background-color css
<style>
a { background-color: #C932EC; }
a { background-color: rgb(201,50,236); }
div.DivClassName
{
background-color: #C932EC;
}
.BgClassName
{
background-color: #C932EC;
}
</style>
border-color css
<style>
span { border-color: #C932EC; }
span { border-color: rgb(201,50,236); }
td.TdClassName
{
border-color: #C932EC;
}
.TagClassName
{
border-color: #C932EC;
}
</style>