Shades of Medium Orchid #C148E0
Tints of Medium Orchid #C148E0
RGB
CMYK
RGB Variations
Color information
#C148E0 (or 0xC148E0) is known color: Medium Orchid. HEX triplet: C1, 48 and E0. RGB value is (193,72,224). Sum of RGB (Red+Green+Blue) = 193+72+224=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #C148E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148E0 is #3EB71F. Grayscale: #7D7D7D. Windows color (decimal): -4110112 or 14698689. OLE color: 14698689.
HSL color Cylindrical-coordinate representation of color #C148E0: hue angle of 287.76º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C148E0 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 72 | 224 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.12 |
| HSL | 287.76º | 0.71% | 0.58% | - |
| HSV(B) | 287.76º | 0.68% | 0.88% | - |
| XYZ | 37.76 | 21.35 | 72.65 | - |
| YUV | 125.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 224 | 0.14 | 0.68 | 0 | 0.12 | 287.76 | 0.71 | 0.58 |
| Hex | C1 | 48 | E0 | E | 44 | 0 | C | 120 | 47 | 3A |
| Octal | 301 | 110 | 340 | 16 | 104 | 0 | 14 | 440 | 107 | 72 |
| Binary | 11000001 | 1001000 | 11100000 | 1110 | 1000100 | 0 | 1100 | 100100000 | 1000111 | 111010 |
Color Harmonies of #C148E0
Complementary color
Monochromatic Colors of #C148E0
Black with #C148E0
Text Example
Text Example
White with #C148E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148E0; }
p { color: rgb(193,72,224); }
H1.HeaderClassName
{
color: #C148E0;
}
.AnyTagClassName
{
color: #C148E0;
}
</style>
background-color css
<style>
a { background-color: #C148E0; }
a { background-color: rgb(193,72,224); }
div.DivClassName
{
background-color: #C148E0;
}
.BgClassName
{
background-color: #C148E0;
}
</style>
border-color css
<style>
span { border-color: #C148E0; }
span { border-color: rgb(193,72,224); }
td.TdClassName
{
border-color: #C148E0;
}
.TagClassName
{
border-color: #C148E0;
}
</style>