Shades of Medium Orchid #C140EE
Tints of Medium Orchid #C140EE
RGB
CMYK
RGB Variations
Color information
#C140EE (or 0xC140EE) is known color: Medium Orchid. HEX triplet: C1, 40 and EE. RGB value is (193,64,238). Sum of RGB (Red+Green+Blue) = 193+64+238=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C140EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140EE is #3EBF11. Grayscale: #797979. Windows color (decimal): -4112146 or 15614145. OLE color: 15614145.
HSL color Cylindrical-coordinate representation of color #C140EE: hue angle of 284.48º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C140EE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 64 | 238 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.48º | 0.84% | 0.59% | - |
| HSV(B) | 284.48º | 0.73% | 0.93% | - |
| XYZ | 39.26 | 21.18 | 82.91 | - |
| YUV | 122.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 238 | 0.19 | 0.73 | 0 | 0.07 | 284.48 | 0.84 | 0.59 |
| Hex | C1 | 40 | EE | 13 | 49 | 0 | 7 | 11C | 54 | 3B |
| Octal | 301 | 100 | 356 | 23 | 111 | 0 | 7 | 434 | 124 | 73 |
| Binary | 11000001 | 1000000 | 11101110 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010100 | 111011 |
Color Harmonies of #C140EE
Complementary color
Monochromatic Colors of #C140EE
Black with #C140EE
Text Example
Text Example
White with #C140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140EE; }
p { color: rgb(193,64,238); }
H1.HeaderClassName
{
color: #C140EE;
}
.AnyTagClassName
{
color: #C140EE;
}
</style>
background-color css
<style>
a { background-color: #C140EE; }
a { background-color: rgb(193,64,238); }
div.DivClassName
{
background-color: #C140EE;
}
.BgClassName
{
background-color: #C140EE;
}
</style>
border-color css
<style>
span { border-color: #C140EE; }
span { border-color: rgb(193,64,238); }
td.TdClassName
{
border-color: #C140EE;
}
.TagClassName
{
border-color: #C140EE;
}
</style>