Shades of Medium Orchid #C146EB
Tints of Medium Orchid #C146EB
RGB
CMYK
RGB Variations
Color information
#C146EB (or 0xC146EB) is known color: Medium Orchid. HEX triplet: C1, 46 and EB. RGB value is (193,70,235). Sum of RGB (Red+Green+Blue) = 193+70+235=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C146EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146EB is #3EB914. Grayscale: #7D7D7D. Windows color (decimal): -4110613 or 15419073. OLE color: 15419073.
HSL color Cylindrical-coordinate representation of color #C146EB: hue angle of 284.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C146EB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 70 | 235 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.08 |
| HSL | 284.73º | 0.8% | 0.6% | - |
| HSV(B) | 284.73º | 0.7% | 0.92% | - |
| XYZ | 39.18 | 21.72 | 80.72 | - |
| YUV | 125.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 235 | 0.18 | 0.70 | 0 | 0.08 | 284.73 | 0.8 | 0.6 |
| Hex | C1 | 46 | EB | 12 | 46 | 0 | 8 | 11D | 50 | 3C |
| Octal | 301 | 106 | 353 | 22 | 106 | 0 | 10 | 435 | 120 | 74 |
| Binary | 11000001 | 1000110 | 11101011 | 10010 | 1000110 | 0 | 1000 | 100011101 | 1010000 | 111100 |
Color Harmonies of #C146EB
Complementary color
Monochromatic Colors of #C146EB
Black with #C146EB
Text Example
Text Example
White with #C146EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146EB; }
p { color: rgb(193,70,235); }
H1.HeaderClassName
{
color: #C146EB;
}
.AnyTagClassName
{
color: #C146EB;
}
</style>
background-color css
<style>
a { background-color: #C146EB; }
a { background-color: rgb(193,70,235); }
div.DivClassName
{
background-color: #C146EB;
}
.BgClassName
{
background-color: #C146EB;
}
</style>
border-color css
<style>
span { border-color: #C146EB; }
span { border-color: rgb(193,70,235); }
td.TdClassName
{
border-color: #C146EB;
}
.TagClassName
{
border-color: #C146EB;
}
</style>