Shades of Medium Orchid #C456CE
Tints of Medium Orchid #C456CE
RGB
CMYK
RGB Variations
Color information
#C456CE (or 0xC456CE) is known color: Medium Orchid. HEX triplet: C4, 56 and CE. RGB value is (196,86,206). Sum of RGB (Red+Green+Blue) = 196+86+206=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C456CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456CE is #3BA931. Grayscale: #848484. Windows color (decimal): -3909938 or 13522628. OLE color: 13522628.
HSL color Cylindrical-coordinate representation of color #C456CE: hue angle of 295º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C456CE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 86 | 206 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.19 |
| HSL | 295º | 0.55% | 0.57% | - |
| HSV(B) | 295º | 0.58% | 0.81% | - |
| XYZ | 37.23 | 22.85 | 60.84 | - |
| YUV | 132.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 206 | 0.05 | 0.58 | 0 | 0.19 | 295 | 0.55 | 0.57 |
| Hex | C4 | 56 | CE | 5 | 3A | 0 | 13 | 127 | 37 | 39 |
| Octal | 304 | 126 | 316 | 5 | 72 | 0 | 23 | 447 | 67 | 71 |
| Binary | 11000100 | 1010110 | 11001110 | 101 | 111010 | 0 | 10011 | 100100111 | 110111 | 111001 |
Color Harmonies of #C456CE
Complementary color
Monochromatic Colors of #C456CE
Black with #C456CE
Text Example
Text Example
White with #C456CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456CE; }
p { color: rgb(196,86,206); }
H1.HeaderClassName
{
color: #C456CE;
}
.AnyTagClassName
{
color: #C456CE;
}
</style>
background-color css
<style>
a { background-color: #C456CE; }
a { background-color: rgb(196,86,206); }
div.DivClassName
{
background-color: #C456CE;
}
.BgClassName
{
background-color: #C456CE;
}
</style>
border-color css
<style>
span { border-color: #C456CE; }
span { border-color: rgb(196,86,206); }
td.TdClassName
{
border-color: #C456CE;
}
.TagClassName
{
border-color: #C456CE;
}
</style>