Shades of Medium Orchid #C149FC
Tints of Medium Orchid #C149FC
RGB
CMYK
RGB Variations
Color information
#C149FC (or 0xC149FC) is known color: Medium Orchid. HEX triplet: C1, 49 and FC. RGB value is (193,73,252). Sum of RGB (Red+Green+Blue) = 193+73+252=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C149FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149FC is #3EB603. Grayscale: #808080. Windows color (decimal): -4109828 or 16533953. OLE color: 16533953.
HSL color Cylindrical-coordinate representation of color #C149FC: hue angle of 280.22º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C149FC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 73 | 252 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.22º | 0.97% | 0.64% | - |
| HSV(B) | 280.22º | 0.71% | 0.99% | - |
| XYZ | 41.95 | 23.13 | 94.35 | - |
| YUV | 129.29 | 197.26 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 252 | 0.23 | 0.71 | 0 | 0.01 | 280.22 | 0.97 | 0.64 |
| Hex | C1 | 49 | FC | 17 | 47 | 0 | 1 | 118 | 61 | 40 |
| Octal | 301 | 111 | 374 | 27 | 107 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000001 | 1001001 | 11111100 | 10111 | 1000111 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C149FC
Complementary color
Monochromatic Colors of #C149FC
Black with #C149FC
Text Example
Text Example
White with #C149FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149FC; }
p { color: rgb(193,73,252); }
H1.HeaderClassName
{
color: #C149FC;
}
.AnyTagClassName
{
color: #C149FC;
}
</style>
background-color css
<style>
a { background-color: #C149FC; }
a { background-color: rgb(193,73,252); }
div.DivClassName
{
background-color: #C149FC;
}
.BgClassName
{
background-color: #C149FC;
}
</style>
border-color css
<style>
span { border-color: #C149FC; }
span { border-color: rgb(193,73,252); }
td.TdClassName
{
border-color: #C149FC;
}
.TagClassName
{
border-color: #C149FC;
}
</style>