Shades of Medium Orchid #C856EB
Tints of Medium Orchid #C856EB
RGB
CMYK
RGB Variations
Color information
#C856EB (or 0xC856EB) is known color: Medium Orchid. HEX triplet: C8, 56 and EB. RGB value is (200,86,235). Sum of RGB (Red+Green+Blue) = 200+86+235=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #C856EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856EB is #37A914. Grayscale: #888888. Windows color (decimal): -3647765 or 15423176. OLE color: 15423176.
HSL color Cylindrical-coordinate representation of color #C856EB: hue angle of 285.91º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C856EB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 86 | 235 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.08 |
| HSL | 285.91º | 0.79% | 0.63% | - |
| HSV(B) | 285.91º | 0.63% | 0.92% | - |
| XYZ | 42.14 | 24.93 | 81.19 | - |
| YUV | 137.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 235 | 0.15 | 0.63 | 0 | 0.08 | 285.91 | 0.79 | 0.63 |
| Hex | C8 | 56 | EB | F | 3F | 0 | 8 | 11E | 4F | 3F |
| Octal | 310 | 126 | 353 | 17 | 77 | 0 | 10 | 436 | 117 | 77 |
| Binary | 11001000 | 1010110 | 11101011 | 1111 | 111111 | 0 | 1000 | 100011110 | 1001111 | 111111 |
Color Harmonies of #C856EB
Complementary color
Monochromatic Colors of #C856EB
Black with #C856EB
Text Example
Text Example
White with #C856EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856EB; }
p { color: rgb(200,86,235); }
H1.HeaderClassName
{
color: #C856EB;
}
.AnyTagClassName
{
color: #C856EB;
}
</style>
background-color css
<style>
a { background-color: #C856EB; }
a { background-color: rgb(200,86,235); }
div.DivClassName
{
background-color: #C856EB;
}
.BgClassName
{
background-color: #C856EB;
}
</style>
border-color css
<style>
span { border-color: #C856EB; }
span { border-color: rgb(200,86,235); }
td.TdClassName
{
border-color: #C856EB;
}
.TagClassName
{
border-color: #C856EB;
}
</style>