Shades of Medium Orchid #C859EE
Tints of Medium Orchid #C859EE
RGB
CMYK
RGB Variations
Color information
#C859EE (or 0xC859EE) is known color: Medium Orchid. HEX triplet: C8, 59 and EE. RGB value is (200,89,238). Sum of RGB (Red+Green+Blue) = 200+89+238=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C859EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C859EE is #37A611. Grayscale: #8A8A8A. Windows color (decimal): -3646994 or 15620552. OLE color: 15620552.
HSL color Cylindrical-coordinate representation of color #C859EE: hue angle of 284.7º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C859EE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 89 | 238 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.07 |
| HSL | 284.7º | 0.81% | 0.64% | - |
| HSV(B) | 284.7º | 0.63% | 0.93% | - |
| XYZ | 42.82 | 25.6 | 83.57 | - |
| YUV | 139.18 | 183.77 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 238 | 0.16 | 0.63 | 0 | 0.07 | 284.7 | 0.81 | 0.64 |
| Hex | C8 | 59 | EE | 10 | 3F | 0 | 7 | 11D | 51 | 40 |
| Octal | 310 | 131 | 356 | 20 | 77 | 0 | 7 | 435 | 121 | 100 |
| Binary | 11001000 | 1011001 | 11101110 | 10000 | 111111 | 0 | 111 | 100011101 | 1010001 | 1000000 |
Color Harmonies of #C859EE
Complementary color
Monochromatic Colors of #C859EE
Black with #C859EE
Text Example
Text Example
White with #C859EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859EE; }
p { color: rgb(200,89,238); }
H1.HeaderClassName
{
color: #C859EE;
}
.AnyTagClassName
{
color: #C859EE;
}
</style>
background-color css
<style>
a { background-color: #C859EE; }
a { background-color: rgb(200,89,238); }
div.DivClassName
{
background-color: #C859EE;
}
.BgClassName
{
background-color: #C859EE;
}
</style>
border-color css
<style>
span { border-color: #C859EE; }
span { border-color: rgb(200,89,238); }
td.TdClassName
{
border-color: #C859EE;
}
.TagClassName
{
border-color: #C859EE;
}
</style>