Shades of Medium Orchid #C146EF
Tints of Medium Orchid #C146EF
RGB
CMYK
RGB Variations
Color information
#C146EF (or 0xC146EF) is known color: Medium Orchid. HEX triplet: C1, 46 and EF. RGB value is (193,70,239). Sum of RGB (Red+Green+Blue) = 193+70+239=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C146EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146EF is #3EB910. Grayscale: #7D7D7D. Windows color (decimal): -4110609 or 15681217. OLE color: 15681217.
HSL color Cylindrical-coordinate representation of color #C146EF: hue angle of 283.67º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C146EF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 70 | 239 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.06 |
| HSL | 283.67º | 0.84% | 0.61% | - |
| HSV(B) | 283.67º | 0.71% | 0.94% | - |
| XYZ | 39.76 | 21.95 | 83.8 | - |
| YUV | 126.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 239 | 0.19 | 0.71 | 0 | 0.06 | 283.67 | 0.84 | 0.61 |
| Hex | C1 | 46 | EF | 13 | 47 | 0 | 6 | 11C | 54 | 3D |
| Octal | 301 | 106 | 357 | 23 | 107 | 0 | 6 | 434 | 124 | 75 |
| Binary | 11000001 | 1000110 | 11101111 | 10011 | 1000111 | 0 | 110 | 100011100 | 1010100 | 111101 |
Color Harmonies of #C146EF
Complementary color
Monochromatic Colors of #C146EF
Black with #C146EF
Text Example
Text Example
White with #C146EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146EF; }
p { color: rgb(193,70,239); }
H1.HeaderClassName
{
color: #C146EF;
}
.AnyTagClassName
{
color: #C146EF;
}
</style>
background-color css
<style>
a { background-color: #C146EF; }
a { background-color: rgb(193,70,239); }
div.DivClassName
{
background-color: #C146EF;
}
.BgClassName
{
background-color: #C146EF;
}
</style>
border-color css
<style>
span { border-color: #C146EF; }
span { border-color: rgb(193,70,239); }
td.TdClassName
{
border-color: #C146EF;
}
.TagClassName
{
border-color: #C146EF;
}
</style>