Shades of Medium Orchid #C146F8
Tints of Medium Orchid #C146F8
RGB
CMYK
RGB Variations
Color information
#C146F8 (or 0xC146F8) is known color: Medium Orchid. HEX triplet: C1, 46 and F8. RGB value is (193,70,248). Sum of RGB (Red+Green+Blue) = 193+70+248=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #C146F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146F8 is #3EB907. Grayscale: #7E7E7E. Windows color (decimal): -4110600 or 16271041. OLE color: 16271041.
HSL color Cylindrical-coordinate representation of color #C146F8: hue angle of 281.46º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C146F8 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 70 | 248 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.03 |
| HSL | 281.46º | 0.93% | 0.62% | - |
| HSV(B) | 281.46º | 0.72% | 0.97% | - |
| XYZ | 41.13 | 22.5 | 90.98 | - |
| YUV | 127.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 248 | 0.22 | 0.72 | 0 | 0.03 | 281.46 | 0.93 | 0.62 |
| Hex | C1 | 46 | F8 | 16 | 48 | 0 | 3 | 119 | 5D | 3E |
| Octal | 301 | 106 | 370 | 26 | 110 | 0 | 3 | 431 | 135 | 76 |
| Binary | 11000001 | 1000110 | 11111000 | 10110 | 1001000 | 0 | 11 | 100011001 | 1011101 | 111110 |
Color Harmonies of #C146F8
Complementary color
Monochromatic Colors of #C146F8
Black with #C146F8
Text Example
Text Example
White with #C146F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146F8; }
p { color: rgb(193,70,248); }
H1.HeaderClassName
{
color: #C146F8;
}
.AnyTagClassName
{
color: #C146F8;
}
</style>
background-color css
<style>
a { background-color: #C146F8; }
a { background-color: rgb(193,70,248); }
div.DivClassName
{
background-color: #C146F8;
}
.BgClassName
{
background-color: #C146F8;
}
</style>
border-color css
<style>
span { border-color: #C146F8; }
span { border-color: rgb(193,70,248); }
td.TdClassName
{
border-color: #C146F8;
}
.TagClassName
{
border-color: #C146F8;
}
</style>