Shades of Medium Orchid #C456DD
Tints of Medium Orchid #C456DD
RGB
CMYK
RGB Variations
Color information
#C456DD (or 0xC456DD) is known color: Medium Orchid. HEX triplet: C4, 56 and DD. RGB value is (196,86,221). Sum of RGB (Red+Green+Blue) = 196+86+221=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C456DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456DD is #3BA922. Grayscale: #858585. Windows color (decimal): -3909923 or 14505668. OLE color: 14505668.
HSL color Cylindrical-coordinate representation of color #C456DD: hue angle of 288.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C456DD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 86 | 221 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 288.89º | 0.67% | 0.6% | - |
| HSV(B) | 288.89º | 0.61% | 0.87% | - |
| XYZ | 39.14 | 23.61 | 70.9 | - |
| YUV | 134.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 221 | 0.11 | 0.61 | 0 | 0.13 | 288.89 | 0.67 | 0.6 |
| Hex | C4 | 56 | DD | B | 3D | 0 | D | 121 | 43 | 3C |
| Octal | 304 | 126 | 335 | 13 | 75 | 0 | 15 | 441 | 103 | 74 |
| Binary | 11000100 | 1010110 | 11011101 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000011 | 111100 |
Color Harmonies of #C456DD
Complementary color
Monochromatic Colors of #C456DD
Black with #C456DD
Text Example
Text Example
White with #C456DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456DD; }
p { color: rgb(196,86,221); }
H1.HeaderClassName
{
color: #C456DD;
}
.AnyTagClassName
{
color: #C456DD;
}
</style>
background-color css
<style>
a { background-color: #C456DD; }
a { background-color: rgb(196,86,221); }
div.DivClassName
{
background-color: #C456DD;
}
.BgClassName
{
background-color: #C456DD;
}
</style>
border-color css
<style>
span { border-color: #C456DD; }
span { border-color: rgb(196,86,221); }
td.TdClassName
{
border-color: #C456DD;
}
.TagClassName
{
border-color: #C456DD;
}
</style>