Shades of Medium Orchid #C148D0
Tints of Medium Orchid #C148D0
RGB
CMYK
RGB Variations
Color information
#C148D0 (or 0xC148D0) is known color: Medium Orchid. HEX triplet: C1, 48 and D0. RGB value is (193,72,208). Sum of RGB (Red+Green+Blue) = 193+72+208=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #C148D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148D0 is #3EB72F. Grayscale: #7B7B7B. Windows color (decimal): -4110128 or 13650113. OLE color: 13650113.
HSL color Cylindrical-coordinate representation of color #C148D0: hue angle of 293.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C148D0 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 72 | 208 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.18 |
| HSL | 293.38º | 0.59% | 0.55% | - |
| HSV(B) | 293.38º | 0.65% | 0.82% | - |
| XYZ | 35.69 | 20.53 | 61.76 | - |
| YUV | 123.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 208 | 0.07 | 0.65 | 0 | 0.18 | 293.38 | 0.59 | 0.55 |
| Hex | C1 | 48 | D0 | 7 | 41 | 0 | 12 | 125 | 3B | 37 |
| Octal | 301 | 110 | 320 | 7 | 101 | 0 | 22 | 445 | 73 | 67 |
| Binary | 11000001 | 1001000 | 11010000 | 111 | 1000001 | 0 | 10010 | 100100101 | 111011 | 110111 |
Color Harmonies of #C148D0
Complementary color
Monochromatic Colors of #C148D0
Black with #C148D0
Text Example
Text Example
White with #C148D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148D0; }
p { color: rgb(193,72,208); }
H1.HeaderClassName
{
color: #C148D0;
}
.AnyTagClassName
{
color: #C148D0;
}
</style>
background-color css
<style>
a { background-color: #C148D0; }
a { background-color: rgb(193,72,208); }
div.DivClassName
{
background-color: #C148D0;
}
.BgClassName
{
background-color: #C148D0;
}
</style>
border-color css
<style>
span { border-color: #C148D0; }
span { border-color: rgb(193,72,208); }
td.TdClassName
{
border-color: #C148D0;
}
.TagClassName
{
border-color: #C148D0;
}
</style>