Shades of Medium Orchid #C449FD
Tints of Medium Orchid #C449FD
RGB
CMYK
RGB Variations
Color information
#C449FD (or 0xC449FD) is known color: Medium Orchid. HEX triplet: C4, 49 and FD. RGB value is (196,73,253). Sum of RGB (Red+Green+Blue) = 196+73+253=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C449FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449FD is #3BB602. Grayscale: #818181. Windows color (decimal): -3913219 or 16599492. OLE color: 16599492.
HSL color Cylindrical-coordinate representation of color #C449FD: hue angle of 281º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C449FD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 73 | 253 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 281º | 0.98% | 0.64% | - |
| HSV(B) | 281º | 0.71% | 0.99% | - |
| XYZ | 42.88 | 23.59 | 95.22 | - |
| YUV | 130.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 253 | 0.23 | 0.71 | 0 | 0.01 | 281 | 0.98 | 0.64 |
| Hex | C4 | 49 | FD | 17 | 47 | 0 | 1 | 119 | 62 | 40 |
| Octal | 304 | 111 | 375 | 27 | 107 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000100 | 1001001 | 11111101 | 10111 | 1000111 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C449FD
Complementary color
Monochromatic Colors of #C449FD
Black with #C449FD
Text Example
Text Example
White with #C449FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449FD; }
p { color: rgb(196,73,253); }
H1.HeaderClassName
{
color: #C449FD;
}
.AnyTagClassName
{
color: #C449FD;
}
</style>
background-color css
<style>
a { background-color: #C449FD; }
a { background-color: rgb(196,73,253); }
div.DivClassName
{
background-color: #C449FD;
}
.BgClassName
{
background-color: #C449FD;
}
</style>
border-color css
<style>
span { border-color: #C449FD; }
span { border-color: rgb(196,73,253); }
td.TdClassName
{
border-color: #C449FD;
}
.TagClassName
{
border-color: #C449FD;
}
</style>