Shades of Medium Orchid #C148CF
Tints of Medium Orchid #C148CF
RGB
CMYK
RGB Variations
Color information
#C148CF (or 0xC148CF) is known color: Medium Orchid. HEX triplet: C1, 48 and CF. RGB value is (193,72,207). Sum of RGB (Red+Green+Blue) = 193+72+207=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C148CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148CF is #3EB730. Grayscale: #7B7B7B. Windows color (decimal): -4110129 or 13584577. OLE color: 13584577.
HSL color Cylindrical-coordinate representation of color #C148CF: hue angle of 293.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C148CF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 72 | 207 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.19 |
| HSL | 293.78º | 0.58% | 0.55% | - |
| HSV(B) | 293.78º | 0.65% | 0.81% | - |
| XYZ | 35.57 | 20.48 | 61.11 | - |
| YUV | 123.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 207 | 0.07 | 0.65 | 0 | 0.19 | 293.78 | 0.58 | 0.55 |
| Hex | C1 | 48 | CF | 7 | 41 | 0 | 13 | 126 | 3A | 37 |
| Octal | 301 | 110 | 317 | 7 | 101 | 0 | 23 | 446 | 72 | 67 |
| Binary | 11000001 | 1001000 | 11001111 | 111 | 1000001 | 0 | 10011 | 100100110 | 111010 | 110111 |
Color Harmonies of #C148CF
Complementary color
Monochromatic Colors of #C148CF
Black with #C148CF
Text Example
Text Example
White with #C148CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148CF; }
p { color: rgb(193,72,207); }
H1.HeaderClassName
{
color: #C148CF;
}
.AnyTagClassName
{
color: #C148CF;
}
</style>
background-color css
<style>
a { background-color: #C148CF; }
a { background-color: rgb(193,72,207); }
div.DivClassName
{
background-color: #C148CF;
}
.BgClassName
{
background-color: #C148CF;
}
</style>
border-color css
<style>
span { border-color: #C148CF; }
span { border-color: rgb(193,72,207); }
td.TdClassName
{
border-color: #C148CF;
}
.TagClassName
{
border-color: #C148CF;
}
</style>