Shades of Medium Orchid #C149EC
Tints of Medium Orchid #C149EC
RGB
CMYK
RGB Variations
Color information
#C149EC (or 0xC149EC) is known color: Medium Orchid. HEX triplet: C1, 49 and EC. RGB value is (193,73,236). Sum of RGB (Red+Green+Blue) = 193+73+236=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #C149EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149EC is #3EB613. Grayscale: #7E7E7E. Windows color (decimal): -4109844 or 15485377. OLE color: 15485377.
HSL color Cylindrical-coordinate representation of color #C149EC: hue angle of 284.17º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C149EC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 73 | 236 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284.17º | 0.81% | 0.61% | - |
| HSV(B) | 284.17º | 0.69% | 0.93% | - |
| XYZ | 39.52 | 22.16 | 81.55 | - |
| YUV | 127.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 236 | 0.18 | 0.69 | 0 | 0.07 | 284.17 | 0.81 | 0.61 |
| Hex | C1 | 49 | EC | 12 | 45 | 0 | 7 | 11C | 51 | 3D |
| Octal | 301 | 111 | 354 | 22 | 105 | 0 | 7 | 434 | 121 | 75 |
| Binary | 11000001 | 1001001 | 11101100 | 10010 | 1000101 | 0 | 111 | 100011100 | 1010001 | 111101 |
Color Harmonies of #C149EC
Complementary color
Monochromatic Colors of #C149EC
Black with #C149EC
Text Example
Text Example
White with #C149EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149EC; }
p { color: rgb(193,73,236); }
H1.HeaderClassName
{
color: #C149EC;
}
.AnyTagClassName
{
color: #C149EC;
}
</style>
background-color css
<style>
a { background-color: #C149EC; }
a { background-color: rgb(193,73,236); }
div.DivClassName
{
background-color: #C149EC;
}
.BgClassName
{
background-color: #C149EC;
}
</style>
border-color css
<style>
span { border-color: #C149EC; }
span { border-color: rgb(193,73,236); }
td.TdClassName
{
border-color: #C149EC;
}
.TagClassName
{
border-color: #C149EC;
}
</style>