Shades of Medium Orchid #C456DC
Tints of Medium Orchid #C456DC
RGB
CMYK
RGB Variations
Color information
#C456DC (or 0xC456DC) is known color: Medium Orchid. HEX triplet: C4, 56 and DC. RGB value is (196,86,220). Sum of RGB (Red+Green+Blue) = 196+86+220=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C456DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456DC is #3BA923. Grayscale: #858585. Windows color (decimal): -3909924 or 14440132. OLE color: 14440132.
HSL color Cylindrical-coordinate representation of color #C456DC: hue angle of 289.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C456DC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 86 | 220 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.14 |
| HSL | 289.25º | 0.66% | 0.6% | - |
| HSV(B) | 289.25º | 0.61% | 0.86% | - |
| XYZ | 39.01 | 23.56 | 70.2 | - |
| YUV | 134.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 220 | 0.11 | 0.61 | 0 | 0.14 | 289.25 | 0.66 | 0.6 |
| Hex | C4 | 56 | DC | B | 3D | 0 | E | 121 | 42 | 3C |
| Octal | 304 | 126 | 334 | 13 | 75 | 0 | 16 | 441 | 102 | 74 |
| Binary | 11000100 | 1010110 | 11011100 | 1011 | 111101 | 0 | 1110 | 100100001 | 1000010 | 111100 |
Color Harmonies of #C456DC
Complementary color
Monochromatic Colors of #C456DC
Black with #C456DC
Text Example
Text Example
White with #C456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456DC; }
p { color: rgb(196,86,220); }
H1.HeaderClassName
{
color: #C456DC;
}
.AnyTagClassName
{
color: #C456DC;
}
</style>
background-color css
<style>
a { background-color: #C456DC; }
a { background-color: rgb(196,86,220); }
div.DivClassName
{
background-color: #C456DC;
}
.BgClassName
{
background-color: #C456DC;
}
</style>
border-color css
<style>
span { border-color: #C456DC; }
span { border-color: rgb(196,86,220); }
td.TdClassName
{
border-color: #C456DC;
}
.TagClassName
{
border-color: #C456DC;
}
</style>