Shades of Medium Orchid #C635EC
Tints of Medium Orchid #C635EC
RGB
CMYK
RGB Variations
Color information
#C635EC (or 0xC635EC) is known color: Medium Orchid. HEX triplet: C6, 35 and EC. RGB value is (198,53,236). Sum of RGB (Red+Green+Blue) = 198+53+236=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 53 (21.09% from 255 or 10.88% 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 #C635EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635EC is #39CA13. Grayscale: #747474. Windows color (decimal): -3787284 or 15480262. OLE color: 15480262.
HSL color Cylindrical-coordinate representation of color #C635EC: hue angle of 287.54º 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 #C635EC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 53 | 236 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 287.54º | 0.83% | 0.57% | - |
| HSV(B) | 287.54º | 0.78% | 0.93% | - |
| XYZ | 39.7 | 20.61 | 81.24 | - |
| YUV | 117.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 236 | 0.16 | 0.78 | 0 | 0.07 | 287.54 | 0.83 | 0.57 |
| Hex | C6 | 35 | EC | 10 | 4E | 0 | 7 | 120 | 53 | 39 |
| Octal | 306 | 65 | 354 | 20 | 116 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11000110 | 110101 | 11101100 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C635EC
Complementary color
Monochromatic Colors of #C635EC
Black with #C635EC
Text Example
Text Example
White with #C635EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635EC; }
p { color: rgb(198,53,236); }
H1.HeaderClassName
{
color: #C635EC;
}
.AnyTagClassName
{
color: #C635EC;
}
</style>
background-color css
<style>
a { background-color: #C635EC; }
a { background-color: rgb(198,53,236); }
div.DivClassName
{
background-color: #C635EC;
}
.BgClassName
{
background-color: #C635EC;
}
</style>
border-color css
<style>
span { border-color: #C635EC; }
span { border-color: rgb(198,53,236); }
td.TdClassName
{
border-color: #C635EC;
}
.TagClassName
{
border-color: #C635EC;
}
</style>