Shades of Medium Orchid #C149FF
Tints of Medium Orchid #C149FF
RGB
CMYK
RGB Variations
Color information
#C149FF (or 0xC149FF) is known color: Medium Orchid. HEX triplet: C1, 49 and FF. RGB value is (193,73,255). Sum of RGB (Red+Green+Blue) = 193+73+255=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C149FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149FF is #3EB600. Grayscale: #818181. Windows color (decimal): -4109825 or 16730561. OLE color: 16730561.
HSL color Cylindrical-coordinate representation of color #C149FF: hue angle of 279.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C149FF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 73 | 255 | - |
| CMYK | 0.24 | 0.71 | 0 | 0 |
| HSL | 279.56º | 1% | 0.64% | - |
| HSV(B) | 279.56º | 0.71% | 1% | - |
| XYZ | 42.42 | 23.32 | 96.87 | - |
| YUV | 129.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 255 | 0.24 | 0.71 | 0 | 0 | 279.56 | 1 | 0.64 |
| Hex | C1 | 49 | FF | 18 | 47 | 0 | 0 | 118 | 64 | 40 |
| Octal | 301 | 111 | 377 | 30 | 107 | 0 | 0 | 430 | 144 | 100 |
| Binary | 11000001 | 1001001 | 11111111 | 11000 | 1000111 | 0 | 0 | 100011000 | 1100100 | 1000000 |
Color Harmonies of #C149FF
Complementary color
Monochromatic Colors of #C149FF
Black with #C149FF
Text Example
Text Example
White with #C149FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149FF; }
p { color: rgb(193,73,255); }
H1.HeaderClassName
{
color: #C149FF;
}
.AnyTagClassName
{
color: #C149FF;
}
</style>
background-color css
<style>
a { background-color: #C149FF; }
a { background-color: rgb(193,73,255); }
div.DivClassName
{
background-color: #C149FF;
}
.BgClassName
{
background-color: #C149FF;
}
</style>
border-color css
<style>
span { border-color: #C149FF; }
span { border-color: rgb(193,73,255); }
td.TdClassName
{
border-color: #C149FF;
}
.TagClassName
{
border-color: #C149FF;
}
</style>