Shades of Medium Orchid #C856E4
Tints of Medium Orchid #C856E4
RGB
CMYK
RGB Variations
Color information
#C856E4 (or 0xC856E4) is known color: Medium Orchid. HEX triplet: C8, 56 and E4. RGB value is (200,86,228). Sum of RGB (Red+Green+Blue) = 200+86+228=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #C856E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856E4 is #37A91B. Grayscale: #878787. Windows color (decimal): -3647772 or 14964424. OLE color: 14964424.
HSL color Cylindrical-coordinate representation of color #C856E4: hue angle of 288.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C856E4 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 86 | 228 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.11 |
| HSL | 288.17º | 0.72% | 0.62% | - |
| HSV(B) | 288.17º | 0.62% | 0.89% | - |
| XYZ | 41.15 | 24.54 | 75.97 | - |
| YUV | 136.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 228 | 0.12 | 0.62 | 0 | 0.11 | 288.17 | 0.72 | 0.62 |
| Hex | C8 | 56 | E4 | C | 3E | 0 | B | 120 | 48 | 3E |
| Octal | 310 | 126 | 344 | 14 | 76 | 0 | 13 | 440 | 110 | 76 |
| Binary | 11001000 | 1010110 | 11100100 | 1100 | 111110 | 0 | 1011 | 100100000 | 1001000 | 111110 |
Color Harmonies of #C856E4
Complementary color
Monochromatic Colors of #C856E4
Black with #C856E4
Text Example
Text Example
White with #C856E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856E4; }
p { color: rgb(200,86,228); }
H1.HeaderClassName
{
color: #C856E4;
}
.AnyTagClassName
{
color: #C856E4;
}
</style>
background-color css
<style>
a { background-color: #C856E4; }
a { background-color: rgb(200,86,228); }
div.DivClassName
{
background-color: #C856E4;
}
.BgClassName
{
background-color: #C856E4;
}
</style>
border-color css
<style>
span { border-color: #C856E4; }
span { border-color: rgb(200,86,228); }
td.TdClassName
{
border-color: #C856E4;
}
.TagClassName
{
border-color: #C856E4;
}
</style>