Shades of Medium Orchid #C146ED
Tints of Medium Orchid #C146ED
RGB
CMYK
RGB Variations
Color information
#C146ED (or 0xC146ED) is known color: Medium Orchid. HEX triplet: C1, 46 and ED. RGB value is (193,70,237). Sum of RGB (Red+Green+Blue) = 193+70+237=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C146ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146ED is #3EB912. Grayscale: #7D7D7D. Windows color (decimal): -4110611 or 15550145. OLE color: 15550145.
HSL color Cylindrical-coordinate representation of color #C146ED: hue angle of 284.19º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C146ED is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 70 | 237 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 284.19º | 0.82% | 0.6% | - |
| HSV(B) | 284.19º | 0.7% | 0.93% | - |
| XYZ | 39.47 | 21.83 | 82.25 | - |
| YUV | 125.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 237 | 0.19 | 0.70 | 0 | 0.07 | 284.19 | 0.82 | 0.6 |
| Hex | C1 | 46 | ED | 13 | 46 | 0 | 7 | 11C | 52 | 3C |
| Octal | 301 | 106 | 355 | 23 | 106 | 0 | 7 | 434 | 122 | 74 |
| Binary | 11000001 | 1000110 | 11101101 | 10011 | 1000110 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #C146ED
Complementary color
Monochromatic Colors of #C146ED
Black with #C146ED
Text Example
Text Example
White with #C146ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146ED; }
p { color: rgb(193,70,237); }
H1.HeaderClassName
{
color: #C146ED;
}
.AnyTagClassName
{
color: #C146ED;
}
</style>
background-color css
<style>
a { background-color: #C146ED; }
a { background-color: rgb(193,70,237); }
div.DivClassName
{
background-color: #C146ED;
}
.BgClassName
{
background-color: #C146ED;
}
</style>
border-color css
<style>
span { border-color: #C146ED; }
span { border-color: rgb(193,70,237); }
td.TdClassName
{
border-color: #C146ED;
}
.TagClassName
{
border-color: #C146ED;
}
</style>