Shades of Medium Orchid #C659EC
Tints of Medium Orchid #C659EC
RGB
CMYK
RGB Variations
Color information
#C659EC (or 0xC659EC) is known color: Medium Orchid. HEX triplet: C6, 59 and EC. RGB value is (198,89,236). Sum of RGB (Red+Green+Blue) = 198+89+236=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C659EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C659EC is #39A613. Grayscale: #898989. Windows color (decimal): -3778068 or 15489478. OLE color: 15489478.
HSL color Cylindrical-coordinate representation of color #C659EC: hue angle of 284.49º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C659EC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 89 | 236 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.07 |
| HSL | 284.49º | 0.79% | 0.64% | - |
| HSV(B) | 284.49º | 0.62% | 0.93% | - |
| XYZ | 42 | 25.21 | 82.01 | - |
| YUV | 138.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 236 | 0.16 | 0.62 | 0 | 0.07 | 284.49 | 0.79 | 0.64 |
| Hex | C6 | 59 | EC | 10 | 3E | 0 | 7 | 11C | 4F | 40 |
| Octal | 306 | 131 | 354 | 20 | 76 | 0 | 7 | 434 | 117 | 100 |
| Binary | 11000110 | 1011001 | 11101100 | 10000 | 111110 | 0 | 111 | 100011100 | 1001111 | 1000000 |
Color Harmonies of #C659EC
Complementary color
Monochromatic Colors of #C659EC
Black with #C659EC
Text Example
Text Example
White with #C659EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659EC; }
p { color: rgb(198,89,236); }
H1.HeaderClassName
{
color: #C659EC;
}
.AnyTagClassName
{
color: #C659EC;
}
</style>
background-color css
<style>
a { background-color: #C659EC; }
a { background-color: rgb(198,89,236); }
div.DivClassName
{
background-color: #C659EC;
}
.BgClassName
{
background-color: #C659EC;
}
</style>
border-color css
<style>
span { border-color: #C659EC; }
span { border-color: rgb(198,89,236); }
td.TdClassName
{
border-color: #C659EC;
}
.TagClassName
{
border-color: #C659EC;
}
</style>