Shades of Medium Orchid #C456D5
Tints of Medium Orchid #C456D5
RGB
CMYK
RGB Variations
Color information
#C456D5 (or 0xC456D5) is known color: Medium Orchid. HEX triplet: C4, 56 and D5. RGB value is (196,86,213). Sum of RGB (Red+Green+Blue) = 196+86+213=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #C456D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456D5 is #3BA92A. Grayscale: #848484. Windows color (decimal): -3909931 or 13981380. OLE color: 13981380.
HSL color Cylindrical-coordinate representation of color #C456D5: hue angle of 291.97º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C456D5 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 86 | 213 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.16 |
| HSL | 291.97º | 0.6% | 0.59% | - |
| HSV(B) | 291.97º | 0.6% | 0.84% | - |
| XYZ | 38.1 | 23.2 | 65.42 | - |
| YUV | 133.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 213 | 0.08 | 0.60 | 0 | 0.16 | 291.97 | 0.6 | 0.59 |
| Hex | C4 | 56 | D5 | 8 | 3C | 0 | 10 | 124 | 3C | 3B |
| Octal | 304 | 126 | 325 | 10 | 74 | 0 | 20 | 444 | 74 | 73 |
| Binary | 11000100 | 1010110 | 11010101 | 1000 | 111100 | 0 | 10000 | 100100100 | 111100 | 111011 |
Color Harmonies of #C456D5
Complementary color
Monochromatic Colors of #C456D5
Black with #C456D5
Text Example
Text Example
White with #C456D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456D5; }
p { color: rgb(196,86,213); }
H1.HeaderClassName
{
color: #C456D5;
}
.AnyTagClassName
{
color: #C456D5;
}
</style>
background-color css
<style>
a { background-color: #C456D5; }
a { background-color: rgb(196,86,213); }
div.DivClassName
{
background-color: #C456D5;
}
.BgClassName
{
background-color: #C456D5;
}
</style>
border-color css
<style>
span { border-color: #C456D5; }
span { border-color: rgb(196,86,213); }
td.TdClassName
{
border-color: #C456D5;
}
.TagClassName
{
border-color: #C456D5;
}
</style>