Shades of Medium Orchid #C935EC
Tints of Medium Orchid #C935EC
RGB
CMYK
RGB Variations
Color information
#C935EC (or 0xC935EC) is known color: Medium Orchid. HEX triplet: C9, 35 and EC. RGB value is (201,53,236). Sum of RGB (Red+Green+Blue) = 201+53+236=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #C935EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935EC is #36CA13. Grayscale: #757575. Windows color (decimal): -3590676 or 15480265. OLE color: 15480265.
HSL color Cylindrical-coordinate representation of color #C935EC: hue angle of 288.52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C935EC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 53 | 236 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.52º | 0.83% | 0.57% | - |
| HSV(B) | 288.52º | 0.78% | 0.93% | - |
| XYZ | 40.5 | 21.02 | 81.28 | - |
| YUV | 118.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 236 | 0.15 | 0.78 | 0 | 0.07 | 288.52 | 0.83 | 0.57 |
| Hex | C9 | 35 | EC | F | 4E | 0 | 7 | 121 | 53 | 39 |
| Octal | 311 | 65 | 354 | 17 | 116 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001001 | 110101 | 11101100 | 1111 | 1001110 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #C935EC
Complementary color
Monochromatic Colors of #C935EC
Black with #C935EC
Text Example
Text Example
White with #C935EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935EC; }
p { color: rgb(201,53,236); }
H1.HeaderClassName
{
color: #C935EC;
}
.AnyTagClassName
{
color: #C935EC;
}
</style>
background-color css
<style>
a { background-color: #C935EC; }
a { background-color: rgb(201,53,236); }
div.DivClassName
{
background-color: #C935EC;
}
.BgClassName
{
background-color: #C935EC;
}
</style>
border-color css
<style>
span { border-color: #C935EC; }
span { border-color: rgb(201,53,236); }
td.TdClassName
{
border-color: #C935EC;
}
.TagClassName
{
border-color: #C935EC;
}
</style>