Shades of Medium Orchid #C149EE
Tints of Medium Orchid #C149EE
RGB
CMYK
RGB Variations
Color information
#C149EE (or 0xC149EE) is known color: Medium Orchid. HEX triplet: C1, 49 and EE. RGB value is (193,73,238). Sum of RGB (Red+Green+Blue) = 193+73+238=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C149EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149EE is #3EB611. Grayscale: #7F7F7F. Windows color (decimal): -4109842 or 15616449. OLE color: 15616449.
HSL color Cylindrical-coordinate representation of color #C149EE: hue angle of 283.64º degrees, saturation: 0.83, 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 #C149EE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 73 | 238 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.07 |
| HSL | 283.64º | 0.83% | 0.61% | - |
| HSV(B) | 283.64º | 0.69% | 0.93% | - |
| XYZ | 39.81 | 22.28 | 83.09 | - |
| YUV | 127.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 238 | 0.19 | 0.69 | 0 | 0.07 | 283.64 | 0.83 | 0.61 |
| Hex | C1 | 49 | EE | 13 | 45 | 0 | 7 | 11C | 53 | 3D |
| Octal | 301 | 111 | 356 | 23 | 105 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000001 | 1001001 | 11101110 | 10011 | 1000101 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C149EE
Complementary color
Monochromatic Colors of #C149EE
Black with #C149EE
Text Example
Text Example
White with #C149EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149EE; }
p { color: rgb(193,73,238); }
H1.HeaderClassName
{
color: #C149EE;
}
.AnyTagClassName
{
color: #C149EE;
}
</style>
background-color css
<style>
a { background-color: #C149EE; }
a { background-color: rgb(193,73,238); }
div.DivClassName
{
background-color: #C149EE;
}
.BgClassName
{
background-color: #C149EE;
}
</style>
border-color css
<style>
span { border-color: #C149EE; }
span { border-color: rgb(193,73,238); }
td.TdClassName
{
border-color: #C149EE;
}
.TagClassName
{
border-color: #C149EE;
}
</style>