Shades of Medium Orchid #C456CF
Tints of Medium Orchid #C456CF
RGB
CMYK
RGB Variations
Color information
#C456CF (or 0xC456CF) is known color: Medium Orchid. HEX triplet: C4, 56 and CF. RGB value is (196,86,207). Sum of RGB (Red+Green+Blue) = 196+86+207=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C456CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456CF is #3BA930. Grayscale: #848484. Windows color (decimal): -3909937 or 13588164. OLE color: 13588164.
HSL color Cylindrical-coordinate representation of color #C456CF: hue angle of 294.55º degrees, saturation: 0.56, 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 #C456CF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 86 | 207 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.19 |
| HSL | 294.55º | 0.56% | 0.57% | - |
| HSV(B) | 294.55º | 0.58% | 0.81% | - |
| XYZ | 37.36 | 22.9 | 61.48 | - |
| YUV | 132.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 207 | 0.05 | 0.58 | 0 | 0.19 | 294.55 | 0.56 | 0.57 |
| Hex | C4 | 56 | CF | 5 | 3A | 0 | 13 | 127 | 38 | 39 |
| Octal | 304 | 126 | 317 | 5 | 72 | 0 | 23 | 447 | 70 | 71 |
| Binary | 11000100 | 1010110 | 11001111 | 101 | 111010 | 0 | 10011 | 100100111 | 111000 | 111001 |
Color Harmonies of #C456CF
Complementary color
Monochromatic Colors of #C456CF
Black with #C456CF
Text Example
Text Example
White with #C456CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456CF; }
p { color: rgb(196,86,207); }
H1.HeaderClassName
{
color: #C456CF;
}
.AnyTagClassName
{
color: #C456CF;
}
</style>
background-color css
<style>
a { background-color: #C456CF; }
a { background-color: rgb(196,86,207); }
div.DivClassName
{
background-color: #C456CF;
}
.BgClassName
{
background-color: #C456CF;
}
</style>
border-color css
<style>
span { border-color: #C456CF; }
span { border-color: rgb(196,86,207); }
td.TdClassName
{
border-color: #C456CF;
}
.TagClassName
{
border-color: #C456CF;
}
</style>