Shades of Medium Orchid #C856E9
Tints of Medium Orchid #C856E9
RGB
CMYK
RGB Variations
Color information
#C856E9 (or 0xC856E9) is known color: Medium Orchid. HEX triplet: C8, 56 and E9. RGB value is (200,86,233). Sum of RGB (Red+Green+Blue) = 200+86+233=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #C856E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856E9 is #37A916. Grayscale: #888888. Windows color (decimal): -3647767 or 15292104. OLE color: 15292104.
HSL color Cylindrical-coordinate representation of color #C856E9: hue angle of 286.53º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C856E9 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 86 | 233 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.09 |
| HSL | 286.53º | 0.77% | 0.63% | - |
| HSV(B) | 286.53º | 0.63% | 0.91% | - |
| XYZ | 41.86 | 24.82 | 79.68 | - |
| YUV | 136.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 233 | 0.14 | 0.63 | 0 | 0.09 | 286.53 | 0.77 | 0.63 |
| Hex | C8 | 56 | E9 | E | 3F | 0 | 9 | 11F | 4D | 3F |
| Octal | 310 | 126 | 351 | 16 | 77 | 0 | 11 | 437 | 115 | 77 |
| Binary | 11001000 | 1010110 | 11101001 | 1110 | 111111 | 0 | 1001 | 100011111 | 1001101 | 111111 |
Color Harmonies of #C856E9
Complementary color
Monochromatic Colors of #C856E9
Black with #C856E9
Text Example
Text Example
White with #C856E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856E9; }
p { color: rgb(200,86,233); }
H1.HeaderClassName
{
color: #C856E9;
}
.AnyTagClassName
{
color: #C856E9;
}
</style>
background-color css
<style>
a { background-color: #C856E9; }
a { background-color: rgb(200,86,233); }
div.DivClassName
{
background-color: #C856E9;
}
.BgClassName
{
background-color: #C856E9;
}
</style>
border-color css
<style>
span { border-color: #C856E9; }
span { border-color: rgb(200,86,233); }
td.TdClassName
{
border-color: #C856E9;
}
.TagClassName
{
border-color: #C856E9;
}
</style>