Shades of Medium Orchid #C859EC
Tints of Medium Orchid #C859EC
RGB
CMYK
RGB Variations
Color information
#C859EC (or 0xC859EC) is known color: Medium Orchid. HEX triplet: C8, 59 and EC. RGB value is (200,89,236). Sum of RGB (Red+Green+Blue) = 200+89+236=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C859EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C859EC is #37A613. Grayscale: #8A8A8A. Windows color (decimal): -3646996 or 15489480. OLE color: 15489480.
HSL color Cylindrical-coordinate representation of color #C859EC: hue angle of 285.31º 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 #C859EC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 89 | 236 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.07 |
| HSL | 285.31º | 0.79% | 0.64% | - |
| HSV(B) | 285.31º | 0.62% | 0.93% | - |
| XYZ | 42.53 | 25.48 | 82.03 | - |
| YUV | 138.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 236 | 0.15 | 0.62 | 0 | 0.07 | 285.31 | 0.79 | 0.64 |
| Hex | C8 | 59 | EC | F | 3E | 0 | 7 | 11D | 4F | 40 |
| Octal | 310 | 131 | 354 | 17 | 76 | 0 | 7 | 435 | 117 | 100 |
| Binary | 11001000 | 1011001 | 11101100 | 1111 | 111110 | 0 | 111 | 100011101 | 1001111 | 1000000 |
Color Harmonies of #C859EC
Complementary color
Monochromatic Colors of #C859EC
Black with #C859EC
Text Example
Text Example
White with #C859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859EC; }
p { color: rgb(200,89,236); }
H1.HeaderClassName
{
color: #C859EC;
}
.AnyTagClassName
{
color: #C859EC;
}
</style>
background-color css
<style>
a { background-color: #C859EC; }
a { background-color: rgb(200,89,236); }
div.DivClassName
{
background-color: #C859EC;
}
.BgClassName
{
background-color: #C859EC;
}
</style>
border-color css
<style>
span { border-color: #C859EC; }
span { border-color: rgb(200,89,236); }
td.TdClassName
{
border-color: #C859EC;
}
.TagClassName
{
border-color: #C859EC;
}
</style>