Shades of Medium Orchid #C449FB
Tints of Medium Orchid #C449FB
RGB
CMYK
RGB Variations
Color information
#C449FB (or 0xC449FB) is known color: Medium Orchid. HEX triplet: C4, 49 and FB. RGB value is (196,73,251). Sum of RGB (Red+Green+Blue) = 196+73+251=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C449FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449FB is #3BB604. Grayscale: #818181. Windows color (decimal): -3913221 or 16468420. OLE color: 16468420.
HSL color Cylindrical-coordinate representation of color #C449FB: hue angle of 281.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C449FB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 73 | 251 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.46º | 0.96% | 0.64% | - |
| HSV(B) | 281.46º | 0.71% | 0.98% | - |
| XYZ | 42.56 | 23.47 | 93.55 | - |
| YUV | 130.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 251 | 0.22 | 0.71 | 0 | 0.02 | 281.46 | 0.96 | 0.64 |
| Hex | C4 | 49 | FB | 16 | 47 | 0 | 2 | 119 | 60 | 40 |
| Octal | 304 | 111 | 373 | 26 | 107 | 0 | 2 | 431 | 140 | 100 |
| Binary | 11000100 | 1001001 | 11111011 | 10110 | 1000111 | 0 | 10 | 100011001 | 1100000 | 1000000 |
Color Harmonies of #C449FB
Complementary color
Monochromatic Colors of #C449FB
Black with #C449FB
Text Example
Text Example
White with #C449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449FB; }
p { color: rgb(196,73,251); }
H1.HeaderClassName
{
color: #C449FB;
}
.AnyTagClassName
{
color: #C449FB;
}
</style>
background-color css
<style>
a { background-color: #C449FB; }
a { background-color: rgb(196,73,251); }
div.DivClassName
{
background-color: #C449FB;
}
.BgClassName
{
background-color: #C449FB;
}
</style>
border-color css
<style>
span { border-color: #C449FB; }
span { border-color: rgb(196,73,251); }
td.TdClassName
{
border-color: #C449FB;
}
.TagClassName
{
border-color: #C449FB;
}
</style>