Shades of Medium Orchid #C456F9
Tints of Medium Orchid #C456F9
RGB
CMYK
RGB Variations
Color information
#C456F9 (or 0xC456F9) is known color: Medium Orchid. HEX triplet: C4, 56 and F9. RGB value is (196,86,249). Sum of RGB (Red+Green+Blue) = 196+86+249=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #C456F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456F9 is #3BA906. Grayscale: #888888. Windows color (decimal): -3909895 or 16340676. OLE color: 16340676.
HSL color Cylindrical-coordinate representation of color #C456F9: hue angle of 280.49º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C456F9 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 86 | 249 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.02 |
| HSL | 280.49º | 0.93% | 0.66% | - |
| HSV(B) | 280.49º | 0.65% | 0.98% | - |
| XYZ | 43.19 | 25.23 | 92.22 | - |
| YUV | 137.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 249 | 0.21 | 0.65 | 0 | 0.02 | 280.49 | 0.93 | 0.66 |
| Hex | C4 | 56 | F9 | 15 | 41 | 0 | 2 | 118 | 5D | 42 |
| Octal | 304 | 126 | 371 | 25 | 101 | 0 | 2 | 430 | 135 | 102 |
| Binary | 11000100 | 1010110 | 11111001 | 10101 | 1000001 | 0 | 10 | 100011000 | 1011101 | 1000010 |
Color Harmonies of #C456F9
Complementary color
Monochromatic Colors of #C456F9
Black with #C456F9
Text Example
Text Example
White with #C456F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456F9; }
p { color: rgb(196,86,249); }
H1.HeaderClassName
{
color: #C456F9;
}
.AnyTagClassName
{
color: #C456F9;
}
</style>
background-color css
<style>
a { background-color: #C456F9; }
a { background-color: rgb(196,86,249); }
div.DivClassName
{
background-color: #C456F9;
}
.BgClassName
{
background-color: #C456F9;
}
</style>
border-color css
<style>
span { border-color: #C456F9; }
span { border-color: rgb(196,86,249); }
td.TdClassName
{
border-color: #C456F9;
}
.TagClassName
{
border-color: #C456F9;
}
</style>