Shades of Medium Orchid #C148E8
Tints of Medium Orchid #C148E8
RGB
CMYK
RGB Variations
Color information
#C148E8 (or 0xC148E8) is known color: Medium Orchid. HEX triplet: C1, 48 and E8. RGB value is (193,72,232). Sum of RGB (Red+Green+Blue) = 193+72+232=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #C148E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148E8 is #3EB717. Grayscale: #7D7D7D. Windows color (decimal): -4110104 or 15222977. OLE color: 15222977.
HSL color Cylindrical-coordinate representation of color #C148E8: hue angle of 285.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C148E8 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 72 | 232 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.09 |
| HSL | 285.38º | 0.78% | 0.6% | - |
| HSV(B) | 285.38º | 0.69% | 0.91% | - |
| XYZ | 38.88 | 21.8 | 78.5 | - |
| YUV | 126.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 232 | 0.17 | 0.69 | 0 | 0.09 | 285.38 | 0.78 | 0.6 |
| Hex | C1 | 48 | E8 | 11 | 45 | 0 | 9 | 11D | 4E | 3C |
| Octal | 301 | 110 | 350 | 21 | 105 | 0 | 11 | 435 | 116 | 74 |
| Binary | 11000001 | 1001000 | 11101000 | 10001 | 1000101 | 0 | 1001 | 100011101 | 1001110 | 111100 |
Color Harmonies of #C148E8
Complementary color
Monochromatic Colors of #C148E8
Black with #C148E8
Text Example
Text Example
White with #C148E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148E8; }
p { color: rgb(193,72,232); }
H1.HeaderClassName
{
color: #C148E8;
}
.AnyTagClassName
{
color: #C148E8;
}
</style>
background-color css
<style>
a { background-color: #C148E8; }
a { background-color: rgb(193,72,232); }
div.DivClassName
{
background-color: #C148E8;
}
.BgClassName
{
background-color: #C148E8;
}
</style>
border-color css
<style>
span { border-color: #C148E8; }
span { border-color: rgb(193,72,232); }
td.TdClassName
{
border-color: #C148E8;
}
.TagClassName
{
border-color: #C148E8;
}
</style>