Shades of Medium Orchid #C049EA
Tints of Medium Orchid #C049EA
RGB
CMYK
RGB Variations
Color information
#C049EA (or 0xC049EA) is known color: Medium Orchid. HEX triplet: C0, 49 and EA. RGB value is (192,73,234). Sum of RGB (Red+Green+Blue) = 192+73+234=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C049EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C049EA is #3FB615. Grayscale: #7E7E7E. Windows color (decimal): -4175382 or 15354304. OLE color: 15354304.
HSL color Cylindrical-coordinate representation of color #C049EA: hue angle of 284.35º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C049EA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 73 | 234 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.08 |
| HSL | 284.35º | 0.79% | 0.6% | - |
| HSV(B) | 284.35º | 0.69% | 0.92% | - |
| XYZ | 38.97 | 21.91 | 80.02 | - |
| YUV | 126.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 234 | 0.18 | 0.69 | 0 | 0.08 | 284.35 | 0.79 | 0.6 |
| Hex | C0 | 49 | EA | 12 | 45 | 0 | 8 | 11C | 4F | 3C |
| Octal | 300 | 111 | 352 | 22 | 105 | 0 | 10 | 434 | 117 | 74 |
| Binary | 11000000 | 1001001 | 11101010 | 10010 | 1000101 | 0 | 1000 | 100011100 | 1001111 | 111100 |
Color Harmonies of #C049EA
Complementary color
Monochromatic Colors of #C049EA
Black with #C049EA
Text Example
Text Example
White with #C049EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049EA; }
p { color: rgb(192,73,234); }
H1.HeaderClassName
{
color: #C049EA;
}
.AnyTagClassName
{
color: #C049EA;
}
</style>
background-color css
<style>
a { background-color: #C049EA; }
a { background-color: rgb(192,73,234); }
div.DivClassName
{
background-color: #C049EA;
}
.BgClassName
{
background-color: #C049EA;
}
</style>
border-color css
<style>
span { border-color: #C049EA; }
span { border-color: rgb(192,73,234); }
td.TdClassName
{
border-color: #C049EA;
}
.TagClassName
{
border-color: #C049EA;
}
</style>