Shades of Medium Orchid #C449F9
Tints of Medium Orchid #C449F9
RGB
CMYK
RGB Variations
Color information
#C449F9 (or 0xC449F9) is known color: Medium Orchid. HEX triplet: C4, 49 and F9. RGB value is (196,73,249). Sum of RGB (Red+Green+Blue) = 196+73+249=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #C449F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449F9 is #3BB606. Grayscale: #818181. Windows color (decimal): -3913223 or 16337348. OLE color: 16337348.
HSL color Cylindrical-coordinate representation of color #C449F9: hue angle of 281.93º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C449F9 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 73 | 249 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.02 |
| HSL | 281.93º | 0.94% | 0.63% | - |
| HSV(B) | 281.93º | 0.71% | 0.98% | - |
| XYZ | 42.25 | 23.34 | 91.9 | - |
| YUV | 129.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 249 | 0.21 | 0.71 | 0 | 0.02 | 281.93 | 0.94 | 0.63 |
| Hex | C4 | 49 | F9 | 15 | 47 | 0 | 2 | 11A | 5E | 3F |
| Octal | 304 | 111 | 371 | 25 | 107 | 0 | 2 | 432 | 136 | 77 |
| Binary | 11000100 | 1001001 | 11111001 | 10101 | 1000111 | 0 | 10 | 100011010 | 1011110 | 111111 |
Color Harmonies of #C449F9
Complementary color
Monochromatic Colors of #C449F9
Black with #C449F9
Text Example
Text Example
White with #C449F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449F9; }
p { color: rgb(196,73,249); }
H1.HeaderClassName
{
color: #C449F9;
}
.AnyTagClassName
{
color: #C449F9;
}
</style>
background-color css
<style>
a { background-color: #C449F9; }
a { background-color: rgb(196,73,249); }
div.DivClassName
{
background-color: #C449F9;
}
.BgClassName
{
background-color: #C449F9;
}
</style>
border-color css
<style>
span { border-color: #C449F9; }
span { border-color: rgb(196,73,249); }
td.TdClassName
{
border-color: #C449F9;
}
.TagClassName
{
border-color: #C449F9;
}
</style>