Shades of Medium Orchid #C148D3
Tints of Medium Orchid #C148D3
RGB
CMYK
RGB Variations
Color information
#C148D3 (or 0xC148D3) is known color: Medium Orchid. HEX triplet: C1, 48 and D3. RGB value is (193,72,211). Sum of RGB (Red+Green+Blue) = 193+72+211=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #C148D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148D3 is #3EB72C. Grayscale: #7B7B7B. Windows color (decimal): -4110125 or 13846721. OLE color: 13846721.
HSL color Cylindrical-coordinate representation of color #C148D3: hue angle of 292.23º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C148D3 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 72 | 211 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.17 |
| HSL | 292.23º | 0.61% | 0.55% | - |
| HSV(B) | 292.23º | 0.66% | 0.83% | - |
| XYZ | 36.07 | 20.68 | 63.72 | - |
| YUV | 124.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 211 | 0.09 | 0.66 | 0 | 0.17 | 292.23 | 0.61 | 0.55 |
| Hex | C1 | 48 | D3 | 9 | 42 | 0 | 11 | 124 | 3D | 37 |
| Octal | 301 | 110 | 323 | 11 | 102 | 0 | 21 | 444 | 75 | 67 |
| Binary | 11000001 | 1001000 | 11010011 | 1001 | 1000010 | 0 | 10001 | 100100100 | 111101 | 110111 |
Color Harmonies of #C148D3
Complementary color
Monochromatic Colors of #C148D3
Black with #C148D3
Text Example
Text Example
White with #C148D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148D3; }
p { color: rgb(193,72,211); }
H1.HeaderClassName
{
color: #C148D3;
}
.AnyTagClassName
{
color: #C148D3;
}
</style>
background-color css
<style>
a { background-color: #C148D3; }
a { background-color: rgb(193,72,211); }
div.DivClassName
{
background-color: #C148D3;
}
.BgClassName
{
background-color: #C148D3;
}
</style>
border-color css
<style>
span { border-color: #C148D3; }
span { border-color: rgb(193,72,211); }
td.TdClassName
{
border-color: #C148D3;
}
.TagClassName
{
border-color: #C148D3;
}
</style>