Shades of Medium Orchid #C149DE
Tints of Medium Orchid #C149DE
RGB
CMYK
RGB Variations
Color information
#C149DE (or 0xC149DE) is known color: Medium Orchid. HEX triplet: C1, 49 and DE. RGB value is (193,73,222). Sum of RGB (Red+Green+Blue) = 193+73+222=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C149DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149DE is #3EB621. Grayscale: #7D7D7D. Windows color (decimal): -4109858 or 14567873. OLE color: 14567873.
HSL color Cylindrical-coordinate representation of color #C149DE: hue angle of 288.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C149DE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 73 | 222 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.13 |
| HSL | 288.32º | 0.69% | 0.58% | - |
| HSV(B) | 288.32º | 0.67% | 0.87% | - |
| XYZ | 37.56 | 21.38 | 71.25 | - |
| YUV | 125.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 222 | 0.13 | 0.67 | 0 | 0.13 | 288.32 | 0.69 | 0.58 |
| Hex | C1 | 49 | DE | D | 43 | 0 | D | 120 | 45 | 3A |
| Octal | 301 | 111 | 336 | 15 | 103 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000001 | 1001001 | 11011110 | 1101 | 1000011 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C149DE
Complementary color
Monochromatic Colors of #C149DE
Black with #C149DE
Text Example
Text Example
White with #C149DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149DE; }
p { color: rgb(193,73,222); }
H1.HeaderClassName
{
color: #C149DE;
}
.AnyTagClassName
{
color: #C149DE;
}
</style>
background-color css
<style>
a { background-color: #C149DE; }
a { background-color: rgb(193,73,222); }
div.DivClassName
{
background-color: #C149DE;
}
.BgClassName
{
background-color: #C149DE;
}
</style>
border-color css
<style>
span { border-color: #C149DE; }
span { border-color: rgb(193,73,222); }
td.TdClassName
{
border-color: #C149DE;
}
.TagClassName
{
border-color: #C149DE;
}
</style>