Shades of Medium Orchid #C856ED
Tints of Medium Orchid #C856ED
RGB
CMYK
RGB Variations
Color information
#C856ED (or 0xC856ED) is known color: Medium Orchid. HEX triplet: C8, 56 and ED. RGB value is (200,86,237). Sum of RGB (Red+Green+Blue) = 200+86+237=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C856ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856ED is #37A912. Grayscale: #888888. Windows color (decimal): -3647763 or 15554248. OLE color: 15554248.
HSL color Cylindrical-coordinate representation of color #C856ED: hue angle of 285.3º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C856ED is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 86 | 237 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285.3º | 0.81% | 0.63% | - |
| HSV(B) | 285.3º | 0.64% | 0.93% | - |
| XYZ | 42.43 | 25.05 | 82.72 | - |
| YUV | 137.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 237 | 0.16 | 0.64 | 0 | 0.07 | 285.3 | 0.81 | 0.63 |
| Hex | C8 | 56 | ED | 10 | 40 | 0 | 7 | 11D | 51 | 3F |
| Octal | 310 | 126 | 355 | 20 | 100 | 0 | 7 | 435 | 121 | 77 |
| Binary | 11001000 | 1010110 | 11101101 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010001 | 111111 |
Color Harmonies of #C856ED
Complementary color
Monochromatic Colors of #C856ED
Black with #C856ED
Text Example
Text Example
White with #C856ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856ED; }
p { color: rgb(200,86,237); }
H1.HeaderClassName
{
color: #C856ED;
}
.AnyTagClassName
{
color: #C856ED;
}
</style>
background-color css
<style>
a { background-color: #C856ED; }
a { background-color: rgb(200,86,237); }
div.DivClassName
{
background-color: #C856ED;
}
.BgClassName
{
background-color: #C856ED;
}
</style>
border-color css
<style>
span { border-color: #C856ED; }
span { border-color: rgb(200,86,237); }
td.TdClassName
{
border-color: #C856ED;
}
.TagClassName
{
border-color: #C856ED;
}
</style>