Shades of Medium Orchid #C654EC
Tints of Medium Orchid #C654EC
RGB
CMYK
RGB Variations
Color information
#C654EC (or 0xC654EC) is known color: Medium Orchid. HEX triplet: C6, 54 and EC. RGB value is (198,84,236). Sum of RGB (Red+Green+Blue) = 198+84+236=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #C654EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654EC is #39AB13. Grayscale: #868686. Windows color (decimal): -3779348 or 15488198. OLE color: 15488198.
HSL color Cylindrical-coordinate representation of color #C654EC: hue angle of 285º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C654EC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 84 | 236 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285º | 0.8% | 0.63% | - |
| HSV(B) | 285º | 0.64% | 0.93% | - |
| XYZ | 41.6 | 24.4 | 81.87 | - |
| YUV | 135.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 236 | 0.16 | 0.64 | 0 | 0.07 | 285 | 0.8 | 0.63 |
| Hex | C6 | 54 | EC | 10 | 40 | 0 | 7 | 11D | 50 | 3F |
| Octal | 306 | 124 | 354 | 20 | 100 | 0 | 7 | 435 | 120 | 77 |
| Binary | 11000110 | 1010100 | 11101100 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010000 | 111111 |
Color Harmonies of #C654EC
Complementary color
Monochromatic Colors of #C654EC
Black with #C654EC
Text Example
Text Example
White with #C654EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654EC; }
p { color: rgb(198,84,236); }
H1.HeaderClassName
{
color: #C654EC;
}
.AnyTagClassName
{
color: #C654EC;
}
</style>
background-color css
<style>
a { background-color: #C654EC; }
a { background-color: rgb(198,84,236); }
div.DivClassName
{
background-color: #C654EC;
}
.BgClassName
{
background-color: #C654EC;
}
</style>
border-color css
<style>
span { border-color: #C654EC; }
span { border-color: rgb(198,84,236); }
td.TdClassName
{
border-color: #C654EC;
}
.TagClassName
{
border-color: #C654EC;
}
</style>