Shades of Medium Orchid #C149CE
Tints of Medium Orchid #C149CE
RGB
CMYK
RGB Variations
Color information
#C149CE (or 0xC149CE) is known color: Medium Orchid. HEX triplet: C1, 49 and CE. RGB value is (193,73,206). Sum of RGB (Red+Green+Blue) = 193+73+206=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C149CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CE is #3EB631. Grayscale: #7B7B7B. Windows color (decimal): -4109874 or 13519297. OLE color: 13519297.
HSL color Cylindrical-coordinate representation of color #C149CE: hue angle of 294.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C149CE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 73 | 206 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.19 |
| HSL | 294.14º | 0.58% | 0.55% | - |
| HSV(B) | 294.14º | 0.65% | 0.81% | - |
| XYZ | 35.52 | 20.56 | 60.49 | - |
| YUV | 124.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 206 | 0.06 | 0.65 | 0 | 0.19 | 294.14 | 0.58 | 0.55 |
| Hex | C1 | 49 | CE | 6 | 41 | 0 | 13 | 126 | 3A | 37 |
| Octal | 301 | 111 | 316 | 6 | 101 | 0 | 23 | 446 | 72 | 67 |
| Binary | 11000001 | 1001001 | 11001110 | 110 | 1000001 | 0 | 10011 | 100100110 | 111010 | 110111 |
Color Harmonies of #C149CE
Complementary color
Monochromatic Colors of #C149CE
Black with #C149CE
Text Example
Text Example
White with #C149CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149CE; }
p { color: rgb(193,73,206); }
H1.HeaderClassName
{
color: #C149CE;
}
.AnyTagClassName
{
color: #C149CE;
}
</style>
background-color css
<style>
a { background-color: #C149CE; }
a { background-color: rgb(193,73,206); }
div.DivClassName
{
background-color: #C149CE;
}
.BgClassName
{
background-color: #C149CE;
}
</style>
border-color css
<style>
span { border-color: #C149CE; }
span { border-color: rgb(193,73,206); }
td.TdClassName
{
border-color: #C149CE;
}
.TagClassName
{
border-color: #C149CE;
}
</style>