Shades of Medium Orchid #C049E1
Tints of Medium Orchid #C049E1
RGB
CMYK
RGB Variations
Color information
#C049E1 (or 0xC049E1) is known color: Medium Orchid. HEX triplet: C0, 49 and E1. RGB value is (192,73,225). Sum of RGB (Red+Green+Blue) = 192+73+225=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #C049E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049E1 is #3FB61E. Grayscale: #7D7D7D. Windows color (decimal): -4175391 or 14764480. OLE color: 14764480.
HSL color Cylindrical-coordinate representation of color #C049E1: hue angle of 286.97º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C049E1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 73 | 225 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.12 |
| HSL | 286.97º | 0.72% | 0.58% | - |
| HSV(B) | 286.97º | 0.68% | 0.88% | - |
| XYZ | 37.71 | 21.41 | 73.38 | - |
| YUV | 125.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 225 | 0.15 | 0.68 | 0 | 0.12 | 286.97 | 0.72 | 0.58 |
| Hex | C0 | 49 | E1 | F | 44 | 0 | C | 11F | 48 | 3A |
| Octal | 300 | 111 | 341 | 17 | 104 | 0 | 14 | 437 | 110 | 72 |
| Binary | 11000000 | 1001001 | 11100001 | 1111 | 1000100 | 0 | 1100 | 100011111 | 1001000 | 111010 |
Color Harmonies of #C049E1
Complementary color
Monochromatic Colors of #C049E1
Black with #C049E1
Text Example
Text Example
White with #C049E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049E1; }
p { color: rgb(192,73,225); }
H1.HeaderClassName
{
color: #C049E1;
}
.AnyTagClassName
{
color: #C049E1;
}
</style>
background-color css
<style>
a { background-color: #C049E1; }
a { background-color: rgb(192,73,225); }
div.DivClassName
{
background-color: #C049E1;
}
.BgClassName
{
background-color: #C049E1;
}
</style>
border-color css
<style>
span { border-color: #C049E1; }
span { border-color: rgb(192,73,225); }
td.TdClassName
{
border-color: #C049E1;
}
.TagClassName
{
border-color: #C049E1;
}
</style>