Shades of Medium Orchid #C146EE
Tints of Medium Orchid #C146EE
RGB
CMYK
RGB Variations
Color information
#C146EE (or 0xC146EE) is known color: Medium Orchid. HEX triplet: C1, 46 and EE. RGB value is (193,70,238). Sum of RGB (Red+Green+Blue) = 193+70+238=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C146EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146EE is #3EB911. Grayscale: #7D7D7D. Windows color (decimal): -4110610 or 15615681. OLE color: 15615681.
HSL color Cylindrical-coordinate representation of color #C146EE: hue angle of 283.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C146EE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 70 | 238 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 283.93º | 0.83% | 0.6% | - |
| HSV(B) | 283.93º | 0.71% | 0.93% | - |
| XYZ | 39.62 | 21.89 | 83.03 | - |
| YUV | 125.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 238 | 0.19 | 0.71 | 0 | 0.07 | 283.93 | 0.83 | 0.6 |
| Hex | C1 | 46 | EE | 13 | 47 | 0 | 7 | 11C | 53 | 3C |
| Octal | 301 | 106 | 356 | 23 | 107 | 0 | 7 | 434 | 123 | 74 |
| Binary | 11000001 | 1000110 | 11101110 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010011 | 111100 |
Color Harmonies of #C146EE
Complementary color
Monochromatic Colors of #C146EE
Black with #C146EE
Text Example
Text Example
White with #C146EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146EE; }
p { color: rgb(193,70,238); }
H1.HeaderClassName
{
color: #C146EE;
}
.AnyTagClassName
{
color: #C146EE;
}
</style>
background-color css
<style>
a { background-color: #C146EE; }
a { background-color: rgb(193,70,238); }
div.DivClassName
{
background-color: #C146EE;
}
.BgClassName
{
background-color: #C146EE;
}
</style>
border-color css
<style>
span { border-color: #C146EE; }
span { border-color: rgb(193,70,238); }
td.TdClassName
{
border-color: #C146EE;
}
.TagClassName
{
border-color: #C146EE;
}
</style>