Shades of Medium Orchid #C140CE
Tints of Medium Orchid #C140CE
RGB
CMYK
RGB Variations
Color information
#C140CE (or 0xC140CE) is known color: Medium Orchid. HEX triplet: C1, 40 and CE. RGB value is (193,64,206). Sum of RGB (Red+Green+Blue) = 193+64+206=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C140CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140CE is #3EBF31. Grayscale: #767676. Windows color (decimal): -4112178 or 13516993. OLE color: 13516993.
HSL color Cylindrical-coordinate representation of color #C140CE: hue angle of 294.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C140CE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 64 | 206 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.51º | 0.59% | 0.53% | - |
| HSV(B) | 294.51º | 0.69% | 0.81% | - |
| XYZ | 34.97 | 19.46 | 60.31 | - |
| YUV | 118.76 | 177.24 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 206 | 0.06 | 0.69 | 0 | 0.19 | 294.51 | 0.59 | 0.53 |
| Hex | C1 | 40 | CE | 6 | 45 | 0 | 13 | 127 | 3B | 35 |
| Octal | 301 | 100 | 316 | 6 | 105 | 0 | 23 | 447 | 73 | 65 |
| Binary | 11000001 | 1000000 | 11001110 | 110 | 1000101 | 0 | 10011 | 100100111 | 111011 | 110101 |
Color Harmonies of #C140CE
Complementary color
Monochromatic Colors of #C140CE
Black with #C140CE
Text Example
Text Example
White with #C140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140CE; }
p { color: rgb(193,64,206); }
H1.HeaderClassName
{
color: #C140CE;
}
.AnyTagClassName
{
color: #C140CE;
}
</style>
background-color css
<style>
a { background-color: #C140CE; }
a { background-color: rgb(193,64,206); }
div.DivClassName
{
background-color: #C140CE;
}
.BgClassName
{
background-color: #C140CE;
}
</style>
border-color css
<style>
span { border-color: #C140CE; }
span { border-color: rgb(193,64,206); }
td.TdClassName
{
border-color: #C140CE;
}
.TagClassName
{
border-color: #C140CE;
}
</style>