Shades of Medium Orchid #C653EC
Tints of Medium Orchid #C653EC
RGB
CMYK
RGB Variations
Color information
#C653EC (or 0xC653EC) is known color: Medium Orchid. HEX triplet: C6, 53 and EC. RGB value is (198,83,236). Sum of RGB (Red+Green+Blue) = 198+83+236=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C653EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C653EC is #39AC13. Grayscale: #868686. Windows color (decimal): -3779604 or 15487942. OLE color: 15487942.
HSL color Cylindrical-coordinate representation of color #C653EC: hue angle of 285.1º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C653EC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 83 | 236 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.07 |
| HSL | 285.1º | 0.8% | 0.63% | - |
| HSV(B) | 285.1º | 0.65% | 0.93% | - |
| XYZ | 41.52 | 24.25 | 81.85 | - |
| YUV | 134.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 236 | 0.16 | 0.65 | 0 | 0.07 | 285.1 | 0.8 | 0.63 |
| Hex | C6 | 53 | EC | 10 | 41 | 0 | 7 | 11D | 50 | 3F |
| Octal | 306 | 123 | 354 | 20 | 101 | 0 | 7 | 435 | 120 | 77 |
| Binary | 11000110 | 1010011 | 11101100 | 10000 | 1000001 | 0 | 111 | 100011101 | 1010000 | 111111 |
Color Harmonies of #C653EC
Complementary color
Monochromatic Colors of #C653EC
Black with #C653EC
Text Example
Text Example
White with #C653EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653EC; }
p { color: rgb(198,83,236); }
H1.HeaderClassName
{
color: #C653EC;
}
.AnyTagClassName
{
color: #C653EC;
}
</style>
background-color css
<style>
a { background-color: #C653EC; }
a { background-color: rgb(198,83,236); }
div.DivClassName
{
background-color: #C653EC;
}
.BgClassName
{
background-color: #C653EC;
}
</style>
border-color css
<style>
span { border-color: #C653EC; }
span { border-color: rgb(198,83,236); }
td.TdClassName
{
border-color: #C653EC;
}
.TagClassName
{
border-color: #C653EC;
}
</style>