Shades of Medium Orchid #C049FA
Tints of Medium Orchid #C049FA
RGB
CMYK
RGB Variations
Color information
#C049FA (or 0xC049FA) is known color: Medium Orchid. HEX triplet: C0, 49 and FA. RGB value is (192,73,250). Sum of RGB (Red+Green+Blue) = 192+73+250=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C049FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049FA is #3FB605. Grayscale: #808080. Windows color (decimal): -4175366 or 16402880. OLE color: 16402880.
HSL color Cylindrical-coordinate representation of color #C049FA: hue angle of 280.34º degrees, saturation: 0.95, 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 #C049FA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 73 | 250 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.34º | 0.95% | 0.63% | - |
| HSV(B) | 280.34º | 0.71% | 0.98% | - |
| XYZ | 41.38 | 22.87 | 92.68 | - |
| YUV | 128.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 250 | 0.23 | 0.71 | 0 | 0.02 | 280.34 | 0.95 | 0.63 |
| Hex | C0 | 49 | FA | 17 | 47 | 0 | 2 | 118 | 5F | 3F |
| Octal | 300 | 111 | 372 | 27 | 107 | 0 | 2 | 430 | 137 | 77 |
| Binary | 11000000 | 1001001 | 11111010 | 10111 | 1000111 | 0 | 10 | 100011000 | 1011111 | 111111 |
Color Harmonies of #C049FA
Complementary color
Monochromatic Colors of #C049FA
Black with #C049FA
Text Example
Text Example
White with #C049FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049FA; }
p { color: rgb(192,73,250); }
H1.HeaderClassName
{
color: #C049FA;
}
.AnyTagClassName
{
color: #C049FA;
}
</style>
background-color css
<style>
a { background-color: #C049FA; }
a { background-color: rgb(192,73,250); }
div.DivClassName
{
background-color: #C049FA;
}
.BgClassName
{
background-color: #C049FA;
}
</style>
border-color css
<style>
span { border-color: #C049FA; }
span { border-color: rgb(192,73,250); }
td.TdClassName
{
border-color: #C049FA;
}
.TagClassName
{
border-color: #C049FA;
}
</style>