Shades of Medium Orchid #C456ED
Tints of Medium Orchid #C456ED
RGB
CMYK
RGB Variations
Color information
#C456ED (or 0xC456ED) is known color: Medium Orchid. HEX triplet: C4, 56 and ED. RGB value is (196,86,237). Sum of RGB (Red+Green+Blue) = 196+86+237=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #C456ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456ED is #3BA912. Grayscale: #878787. Windows color (decimal): -3909907 or 15554244. OLE color: 15554244.
HSL color Cylindrical-coordinate representation of color #C456ED: hue angle of 283.71º 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 #C456ED is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 86 | 237 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.07 |
| HSL | 283.71º | 0.81% | 0.63% | - |
| HSV(B) | 283.71º | 0.64% | 0.93% | - |
| XYZ | 41.38 | 24.51 | 82.67 | - |
| YUV | 136.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 237 | 0.17 | 0.64 | 0 | 0.07 | 283.71 | 0.81 | 0.63 |
| Hex | C4 | 56 | ED | 11 | 40 | 0 | 7 | 11C | 51 | 3F |
| Octal | 304 | 126 | 355 | 21 | 100 | 0 | 7 | 434 | 121 | 77 |
| Binary | 11000100 | 1010110 | 11101101 | 10001 | 1000000 | 0 | 111 | 100011100 | 1010001 | 111111 |
Color Harmonies of #C456ED
Complementary color
Monochromatic Colors of #C456ED
Black with #C456ED
Text Example
Text Example
White with #C456ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456ED; }
p { color: rgb(196,86,237); }
H1.HeaderClassName
{
color: #C456ED;
}
.AnyTagClassName
{
color: #C456ED;
}
</style>
background-color css
<style>
a { background-color: #C456ED; }
a { background-color: rgb(196,86,237); }
div.DivClassName
{
background-color: #C456ED;
}
.BgClassName
{
background-color: #C456ED;
}
</style>
border-color css
<style>
span { border-color: #C456ED; }
span { border-color: rgb(196,86,237); }
td.TdClassName
{
border-color: #C456ED;
}
.TagClassName
{
border-color: #C456ED;
}
</style>