Shades of Medium Orchid #C659EB
Tints of Medium Orchid #C659EB
RGB
CMYK
RGB Variations
Color information
#C659EB (or 0xC659EB) is known color: Medium Orchid. HEX triplet: C6, 59 and EB. RGB value is (198,89,235). Sum of RGB (Red+Green+Blue) = 198+89+235=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C659EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C659EB is #39A614. Grayscale: #898989. Windows color (decimal): -3778069 or 15423942. OLE color: 15423942.
HSL color Cylindrical-coordinate representation of color #C659EB: hue angle of 284.79º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C659EB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 89 | 235 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.08 |
| HSL | 284.79º | 0.78% | 0.64% | - |
| HSV(B) | 284.79º | 0.62% | 0.92% | - |
| XYZ | 41.86 | 25.15 | 81.25 | - |
| YUV | 138.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 235 | 0.16 | 0.62 | 0 | 0.08 | 284.79 | 0.78 | 0.64 |
| Hex | C6 | 59 | EB | 10 | 3E | 0 | 8 | 11D | 4E | 40 |
| Octal | 306 | 131 | 353 | 20 | 76 | 0 | 10 | 435 | 116 | 100 |
| Binary | 11000110 | 1011001 | 11101011 | 10000 | 111110 | 0 | 1000 | 100011101 | 1001110 | 1000000 |
Color Harmonies of #C659EB
Complementary color
Monochromatic Colors of #C659EB
Black with #C659EB
Text Example
Text Example
White with #C659EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659EB; }
p { color: rgb(198,89,235); }
H1.HeaderClassName
{
color: #C659EB;
}
.AnyTagClassName
{
color: #C659EB;
}
</style>
background-color css
<style>
a { background-color: #C659EB; }
a { background-color: rgb(198,89,235); }
div.DivClassName
{
background-color: #C659EB;
}
.BgClassName
{
background-color: #C659EB;
}
</style>
border-color css
<style>
span { border-color: #C659EB; }
span { border-color: rgb(198,89,235); }
td.TdClassName
{
border-color: #C659EB;
}
.TagClassName
{
border-color: #C659EB;
}
</style>