Shades of Medium Orchid #C148F0
Tints of Medium Orchid #C148F0
RGB
CMYK
RGB Variations
Color information
#C148F0 (or 0xC148F0) is known color: Medium Orchid. HEX triplet: C1, 48 and F0. RGB value is (193,72,240). Sum of RGB (Red+Green+Blue) = 193+72+240=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #C148F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148F0 is #3EB70F. Grayscale: #7E7E7E. Windows color (decimal): -4110096 or 15747265. OLE color: 15747265.
HSL color Cylindrical-coordinate representation of color #C148F0: hue angle of 283.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C148F0 is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 72 | 240 | - |
| CMYK | 0.20 | 0.7 | 0 | 0.06 |
| HSL | 283.21º | 0.85% | 0.61% | - |
| HSV(B) | 283.21º | 0.7% | 0.94% | - |
| XYZ | 40.04 | 22.26 | 84.63 | - |
| YUV | 127.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 240 | 0.20 | 0.7 | 0 | 0.06 | 283.21 | 0.85 | 0.61 |
| Hex | C1 | 48 | F0 | 14 | 46 | 0 | 6 | 11B | 55 | 3D |
| Octal | 301 | 110 | 360 | 24 | 106 | 0 | 6 | 433 | 125 | 75 |
| Binary | 11000001 | 1001000 | 11110000 | 10100 | 1000110 | 0 | 110 | 100011011 | 1010101 | 111101 |
Color Harmonies of #C148F0
Complementary color
Monochromatic Colors of #C148F0
Black with #C148F0
Text Example
Text Example
White with #C148F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148F0; }
p { color: rgb(193,72,240); }
H1.HeaderClassName
{
color: #C148F0;
}
.AnyTagClassName
{
color: #C148F0;
}
</style>
background-color css
<style>
a { background-color: #C148F0; }
a { background-color: rgb(193,72,240); }
div.DivClassName
{
background-color: #C148F0;
}
.BgClassName
{
background-color: #C148F0;
}
</style>
border-color css
<style>
span { border-color: #C148F0; }
span { border-color: rgb(193,72,240); }
td.TdClassName
{
border-color: #C148F0;
}
.TagClassName
{
border-color: #C148F0;
}
</style>