Shades of Medium Orchid #C856E1
Tints of Medium Orchid #C856E1
RGB
CMYK
RGB Variations
Color information
#C856E1 (or 0xC856E1) is known color: Medium Orchid. HEX triplet: C8, 56 and E1. RGB value is (200,86,225). Sum of RGB (Red+Green+Blue) = 200+86+225=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #C856E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856E1 is #37A91E. Grayscale: #878787. Windows color (decimal): -3647775 or 14767816. OLE color: 14767816.
HSL color Cylindrical-coordinate representation of color #C856E1: hue angle of 289.21º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C856E1 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 86 | 225 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.12 |
| HSL | 289.21º | 0.7% | 0.61% | - |
| HSV(B) | 289.21º | 0.62% | 0.88% | - |
| XYZ | 40.74 | 24.37 | 73.79 | - |
| YUV | 135.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 225 | 0.11 | 0.62 | 0 | 0.12 | 289.21 | 0.7 | 0.61 |
| Hex | C8 | 56 | E1 | B | 3E | 0 | C | 121 | 46 | 3D |
| Octal | 310 | 126 | 341 | 13 | 76 | 0 | 14 | 441 | 106 | 75 |
| Binary | 11001000 | 1010110 | 11100001 | 1011 | 111110 | 0 | 1100 | 100100001 | 1000110 | 111101 |
Color Harmonies of #C856E1
Complementary color
Monochromatic Colors of #C856E1
Black with #C856E1
Text Example
Text Example
White with #C856E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856E1; }
p { color: rgb(200,86,225); }
H1.HeaderClassName
{
color: #C856E1;
}
.AnyTagClassName
{
color: #C856E1;
}
</style>
background-color css
<style>
a { background-color: #C856E1; }
a { background-color: rgb(200,86,225); }
div.DivClassName
{
background-color: #C856E1;
}
.BgClassName
{
background-color: #C856E1;
}
</style>
border-color css
<style>
span { border-color: #C856E1; }
span { border-color: rgb(200,86,225); }
td.TdClassName
{
border-color: #C856E1;
}
.TagClassName
{
border-color: #C856E1;
}
</style>