Shades of Medium Orchid #C148DF
Tints of Medium Orchid #C148DF
RGB
CMYK
RGB Variations
Color information
#C148DF (or 0xC148DF) is known color: Medium Orchid. HEX triplet: C1, 48 and DF. RGB value is (193,72,223). Sum of RGB (Red+Green+Blue) = 193+72+223=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C148DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148DF is #3EB720. Grayscale: #7C7C7C. Windows color (decimal): -4110113 or 14633153. OLE color: 14633153.
HSL color Cylindrical-coordinate representation of color #C148DF: hue angle of 288.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C148DF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 72 | 223 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.13 |
| HSL | 288.08º | 0.7% | 0.58% | - |
| HSV(B) | 288.08º | 0.68% | 0.87% | - |
| XYZ | 37.63 | 21.3 | 71.94 | - |
| YUV | 125.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 223 | 0.13 | 0.68 | 0 | 0.13 | 288.08 | 0.7 | 0.58 |
| Hex | C1 | 48 | DF | D | 44 | 0 | D | 120 | 46 | 3A |
| Octal | 301 | 110 | 337 | 15 | 104 | 0 | 15 | 440 | 106 | 72 |
| Binary | 11000001 | 1001000 | 11011111 | 1101 | 1000100 | 0 | 1101 | 100100000 | 1000110 | 111010 |
Color Harmonies of #C148DF
Complementary color
Monochromatic Colors of #C148DF
Black with #C148DF
Text Example
Text Example
White with #C148DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148DF; }
p { color: rgb(193,72,223); }
H1.HeaderClassName
{
color: #C148DF;
}
.AnyTagClassName
{
color: #C148DF;
}
</style>
background-color css
<style>
a { background-color: #C148DF; }
a { background-color: rgb(193,72,223); }
div.DivClassName
{
background-color: #C148DF;
}
.BgClassName
{
background-color: #C148DF;
}
</style>
border-color css
<style>
span { border-color: #C148DF; }
span { border-color: rgb(193,72,223); }
td.TdClassName
{
border-color: #C148DF;
}
.TagClassName
{
border-color: #C148DF;
}
</style>