Shades of Medium Orchid #C148ED
Tints of Medium Orchid #C148ED
RGB
CMYK
RGB Variations
Color information
#C148ED (or 0xC148ED) is known color: Medium Orchid. HEX triplet: C1, 48 and ED. RGB value is (193,72,237). Sum of RGB (Red+Green+Blue) = 193+72+237=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C148ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148ED is #3EB712. Grayscale: #7E7E7E. Windows color (decimal): -4110099 or 15550657. OLE color: 15550657.
HSL color Cylindrical-coordinate representation of color #C148ED: hue angle of 284º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C148ED is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 72 | 237 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 284º | 0.82% | 0.61% | - |
| HSV(B) | 284º | 0.7% | 0.93% | - |
| XYZ | 39.6 | 22.09 | 82.3 | - |
| YUV | 126.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 237 | 0.19 | 0.70 | 0 | 0.07 | 284 | 0.82 | 0.61 |
| Hex | C1 | 48 | ED | 13 | 46 | 0 | 7 | 11C | 52 | 3D |
| Octal | 301 | 110 | 355 | 23 | 106 | 0 | 7 | 434 | 122 | 75 |
| Binary | 11000001 | 1001000 | 11101101 | 10011 | 1000110 | 0 | 111 | 100011100 | 1010010 | 111101 |
Color Harmonies of #C148ED
Complementary color
Monochromatic Colors of #C148ED
Black with #C148ED
Text Example
Text Example
White with #C148ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148ED; }
p { color: rgb(193,72,237); }
H1.HeaderClassName
{
color: #C148ED;
}
.AnyTagClassName
{
color: #C148ED;
}
</style>
background-color css
<style>
a { background-color: #C148ED; }
a { background-color: rgb(193,72,237); }
div.DivClassName
{
background-color: #C148ED;
}
.BgClassName
{
background-color: #C148ED;
}
</style>
border-color css
<style>
span { border-color: #C148ED; }
span { border-color: rgb(193,72,237); }
td.TdClassName
{
border-color: #C148ED;
}
.TagClassName
{
border-color: #C148ED;
}
</style>