Shades of Medium Orchid #C149CF
Tints of Medium Orchid #C149CF
RGB
CMYK
RGB Variations
Color information
#C149CF (or 0xC149CF) is known color: Medium Orchid. HEX triplet: C1, 49 and CF. RGB value is (193,73,207). Sum of RGB (Red+Green+Blue) = 193+73+207=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C149CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CF is #3EB630. Grayscale: #7B7B7B. Windows color (decimal): -4109873 or 13584833. OLE color: 13584833.
HSL color Cylindrical-coordinate representation of color #C149CF: hue angle of 293.73º 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 #C149CF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 73 | 207 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.19 |
| HSL | 293.73º | 0.58% | 0.55% | - |
| HSV(B) | 293.73º | 0.65% | 0.81% | - |
| XYZ | 35.64 | 20.61 | 61.13 | - |
| YUV | 124.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 207 | 0.07 | 0.65 | 0 | 0.19 | 293.73 | 0.58 | 0.55 |
| Hex | C1 | 49 | CF | 7 | 41 | 0 | 13 | 126 | 3A | 37 |
| Octal | 301 | 111 | 317 | 7 | 101 | 0 | 23 | 446 | 72 | 67 |
| Binary | 11000001 | 1001001 | 11001111 | 111 | 1000001 | 0 | 10011 | 100100110 | 111010 | 110111 |
Color Harmonies of #C149CF
Complementary color
Monochromatic Colors of #C149CF
Black with #C149CF
Text Example
Text Example
White with #C149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149CF; }
p { color: rgb(193,73,207); }
H1.HeaderClassName
{
color: #C149CF;
}
.AnyTagClassName
{
color: #C149CF;
}
</style>
background-color css
<style>
a { background-color: #C149CF; }
a { background-color: rgb(193,73,207); }
div.DivClassName
{
background-color: #C149CF;
}
.BgClassName
{
background-color: #C149CF;
}
</style>
border-color css
<style>
span { border-color: #C149CF; }
span { border-color: rgb(193,73,207); }
td.TdClassName
{
border-color: #C149CF;
}
.TagClassName
{
border-color: #C149CF;
}
</style>