Shades of Medium Orchid #C456F7
Tints of Medium Orchid #C456F7
RGB
CMYK
RGB Variations
Color information
#C456F7 (or 0xC456F7) is known color: Medium Orchid. HEX triplet: C4, 56 and F7. RGB value is (196,86,247). Sum of RGB (Red+Green+Blue) = 196+86+247=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #C456F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456F7 is #3BA908. Grayscale: #888888. Windows color (decimal): -3909897 or 16209604. OLE color: 16209604.
HSL color Cylindrical-coordinate representation of color #C456F7: hue angle of 280.99º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C456F7 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 86 | 247 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.03 |
| HSL | 280.99º | 0.91% | 0.65% | - |
| HSV(B) | 280.99º | 0.65% | 0.97% | - |
| XYZ | 42.88 | 25.11 | 90.58 | - |
| YUV | 137.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 247 | 0.21 | 0.65 | 0 | 0.03 | 280.99 | 0.91 | 0.65 |
| Hex | C4 | 56 | F7 | 15 | 41 | 0 | 3 | 119 | 5B | 41 |
| Octal | 304 | 126 | 367 | 25 | 101 | 0 | 3 | 431 | 133 | 101 |
| Binary | 11000100 | 1010110 | 11110111 | 10101 | 1000001 | 0 | 11 | 100011001 | 1011011 | 1000001 |
Color Harmonies of #C456F7
Complementary color
Monochromatic Colors of #C456F7
Black with #C456F7
Text Example
Text Example
White with #C456F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456F7; }
p { color: rgb(196,86,247); }
H1.HeaderClassName
{
color: #C456F7;
}
.AnyTagClassName
{
color: #C456F7;
}
</style>
background-color css
<style>
a { background-color: #C456F7; }
a { background-color: rgb(196,86,247); }
div.DivClassName
{
background-color: #C456F7;
}
.BgClassName
{
background-color: #C456F7;
}
</style>
border-color css
<style>
span { border-color: #C456F7; }
span { border-color: rgb(196,86,247); }
td.TdClassName
{
border-color: #C456F7;
}
.TagClassName
{
border-color: #C456F7;
}
</style>