Shades of Medium Orchid #C856EE
Tints of Medium Orchid #C856EE
RGB
CMYK
RGB Variations
Color information
#C856EE (or 0xC856EE) is known color: Medium Orchid. HEX triplet: C8, 56 and EE. RGB value is (200,86,238). Sum of RGB (Red+Green+Blue) = 200+86+238=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C856EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856EE is #37A911. Grayscale: #888888. Windows color (decimal): -3647762 or 15619784. OLE color: 15619784.
HSL color Cylindrical-coordinate representation of color #C856EE: hue angle of 285º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C856EE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 86 | 238 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285º | 0.82% | 0.64% | - |
| HSV(B) | 285º | 0.64% | 0.93% | - |
| XYZ | 42.58 | 25.11 | 83.49 | - |
| YUV | 137.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 238 | 0.16 | 0.64 | 0 | 0.07 | 285 | 0.82 | 0.64 |
| Hex | C8 | 56 | EE | 10 | 40 | 0 | 7 | 11D | 52 | 40 |
| Octal | 310 | 126 | 356 | 20 | 100 | 0 | 7 | 435 | 122 | 100 |
| Binary | 11001000 | 1010110 | 11101110 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010010 | 1000000 |
Color Harmonies of #C856EE
Complementary color
Monochromatic Colors of #C856EE
Black with #C856EE
Text Example
Text Example
White with #C856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856EE; }
p { color: rgb(200,86,238); }
H1.HeaderClassName
{
color: #C856EE;
}
.AnyTagClassName
{
color: #C856EE;
}
</style>
background-color css
<style>
a { background-color: #C856EE; }
a { background-color: rgb(200,86,238); }
div.DivClassName
{
background-color: #C856EE;
}
.BgClassName
{
background-color: #C856EE;
}
</style>
border-color css
<style>
span { border-color: #C856EE; }
span { border-color: rgb(200,86,238); }
td.TdClassName
{
border-color: #C856EE;
}
.TagClassName
{
border-color: #C856EE;
}
</style>