Shades of Medium Orchid #C936EC
Tints of Medium Orchid #C936EC
RGB
CMYK
RGB Variations
Color information
#C936EC (or 0xC936EC) is known color: Medium Orchid. HEX triplet: C9, 36 and EC. RGB value is (201,54,236). Sum of RGB (Red+Green+Blue) = 201+54+236=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #C936EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936EC is #36C913. Grayscale: #767676. Windows color (decimal): -3590420 or 15480521. OLE color: 15480521.
HSL color Cylindrical-coordinate representation of color #C936EC: hue angle of 288.46º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C936EC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 54 | 236 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.07 |
| HSL | 288.46º | 0.83% | 0.57% | - |
| HSV(B) | 288.46º | 0.77% | 0.93% | - |
| XYZ | 40.55 | 21.11 | 81.29 | - |
| YUV | 118.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 236 | 0.15 | 0.77 | 0 | 0.07 | 288.46 | 0.83 | 0.57 |
| Hex | C9 | 36 | EC | F | 4D | 0 | 7 | 120 | 53 | 39 |
| Octal | 311 | 66 | 354 | 17 | 115 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001001 | 110110 | 11101100 | 1111 | 1001101 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C936EC
Complementary color
Monochromatic Colors of #C936EC
Black with #C936EC
Text Example
Text Example
White with #C936EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936EC; }
p { color: rgb(201,54,236); }
H1.HeaderClassName
{
color: #C936EC;
}
.AnyTagClassName
{
color: #C936EC;
}
</style>
background-color css
<style>
a { background-color: #C936EC; }
a { background-color: rgb(201,54,236); }
div.DivClassName
{
background-color: #C936EC;
}
.BgClassName
{
background-color: #C936EC;
}
</style>
border-color css
<style>
span { border-color: #C936EC; }
span { border-color: rgb(201,54,236); }
td.TdClassName
{
border-color: #C936EC;
}
.TagClassName
{
border-color: #C936EC;
}
</style>