Shades of Medium Orchid #C049FE
Tints of Medium Orchid #C049FE
RGB
CMYK
RGB Variations
Color information
#C049FE (or 0xC049FE) is known color: Medium Orchid. HEX triplet: C0, 49 and FE. RGB value is (192,73,254). Sum of RGB (Red+Green+Blue) = 192+73+254=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C049FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049FE is #3FB601. Grayscale: #808080. Windows color (decimal): -4175362 or 16665024. OLE color: 16665024.
HSL color Cylindrical-coordinate representation of color #C049FE: hue angle of 279.45º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C049FE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 73 | 254 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.00 |
| HSL | 279.45º | 0.99% | 0.64% | - |
| HSV(B) | 279.45º | 0.71% | 1% | - |
| XYZ | 42.01 | 23.13 | 96.02 | - |
| YUV | 129.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 254 | 0.24 | 0.71 | 0 | 0.00 | 279.45 | 0.99 | 0.64 |
| Hex | C0 | 49 | FE | 18 | 47 | 0 | 0 | 117 | 63 | 40 |
| Octal | 300 | 111 | 376 | 30 | 107 | 0 | 0 | 427 | 143 | 100 |
| Binary | 11000000 | 1001001 | 11111110 | 11000 | 1000111 | 0 | 0 | 100010111 | 1100011 | 1000000 |
Color Harmonies of #C049FE
Complementary color
Monochromatic Colors of #C049FE
Black with #C049FE
Text Example
Text Example
White with #C049FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049FE; }
p { color: rgb(192,73,254); }
H1.HeaderClassName
{
color: #C049FE;
}
.AnyTagClassName
{
color: #C049FE;
}
</style>
background-color css
<style>
a { background-color: #C049FE; }
a { background-color: rgb(192,73,254); }
div.DivClassName
{
background-color: #C049FE;
}
.BgClassName
{
background-color: #C049FE;
}
</style>
border-color css
<style>
span { border-color: #C049FE; }
span { border-color: rgb(192,73,254); }
td.TdClassName
{
border-color: #C049FE;
}
.TagClassName
{
border-color: #C049FE;
}
</style>