Shades of Medium Orchid #C932EF
Tints of Medium Orchid #C932EF
RGB
CMYK
RGB Variations
Color information
#C932EF (or 0xC932EF) is known color: Medium Orchid. HEX triplet: C9, 32 and EF. RGB value is (201,50,239). Sum of RGB (Red+Green+Blue) = 201+50+239=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #C932EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932EF is #36CD10. Grayscale: #747474. Windows color (decimal): -3591441 or 15676105. OLE color: 15676105.
HSL color Cylindrical-coordinate representation of color #C932EF: hue angle of 287.94º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C932EF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 50 | 239 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.06 |
| HSL | 287.94º | 0.86% | 0.57% | - |
| HSV(B) | 287.94º | 0.79% | 0.94% | - |
| XYZ | 40.81 | 20.93 | 83.55 | - |
| YUV | 116.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 239 | 0.16 | 0.79 | 0 | 0.06 | 287.94 | 0.86 | 0.57 |
| Hex | C9 | 32 | EF | 10 | 4F | 0 | 6 | 120 | 56 | 39 |
| Octal | 311 | 62 | 357 | 20 | 117 | 0 | 6 | 440 | 126 | 71 |
| Binary | 11001001 | 110010 | 11101111 | 10000 | 1001111 | 0 | 110 | 100100000 | 1010110 | 111001 |
Color Harmonies of #C932EF
Complementary color
Monochromatic Colors of #C932EF
Black with #C932EF
Text Example
Text Example
White with #C932EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932EF; }
p { color: rgb(201,50,239); }
H1.HeaderClassName
{
color: #C932EF;
}
.AnyTagClassName
{
color: #C932EF;
}
</style>
background-color css
<style>
a { background-color: #C932EF; }
a { background-color: rgb(201,50,239); }
div.DivClassName
{
background-color: #C932EF;
}
.BgClassName
{
background-color: #C932EF;
}
</style>
border-color css
<style>
span { border-color: #C932EF; }
span { border-color: rgb(201,50,239); }
td.TdClassName
{
border-color: #C932EF;
}
.TagClassName
{
border-color: #C932EF;
}
</style>