Shades of Medium Orchid #C140E5
Tints of Medium Orchid #C140E5
RGB
CMYK
RGB Variations
Color information
#C140E5 (or 0xC140E5) is known color: Medium Orchid. HEX triplet: C1, 40 and E5. RGB value is (193,64,229). Sum of RGB (Red+Green+Blue) = 193+64+229=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #C140E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140E5 is #3EBF1A. Grayscale: #787878. Windows color (decimal): -4112155 or 15024321. OLE color: 15024321.
HSL color Cylindrical-coordinate representation of color #C140E5: hue angle of 286.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C140E5 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 64 | 229 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.10 |
| HSL | 286.91º | 0.76% | 0.57% | - |
| HSV(B) | 286.91º | 0.72% | 0.9% | - |
| XYZ | 37.97 | 20.66 | 76.12 | - |
| YUV | 121.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 229 | 0.16 | 0.72 | 0 | 0.10 | 286.91 | 0.76 | 0.57 |
| Hex | C1 | 40 | E5 | 10 | 48 | 0 | A | 11F | 4C | 39 |
| Octal | 301 | 100 | 345 | 20 | 110 | 0 | 12 | 437 | 114 | 71 |
| Binary | 11000001 | 1000000 | 11100101 | 10000 | 1001000 | 0 | 1010 | 100011111 | 1001100 | 111001 |
Color Harmonies of #C140E5
Complementary color
Monochromatic Colors of #C140E5
Black with #C140E5
Text Example
Text Example
White with #C140E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140E5; }
p { color: rgb(193,64,229); }
H1.HeaderClassName
{
color: #C140E5;
}
.AnyTagClassName
{
color: #C140E5;
}
</style>
background-color css
<style>
a { background-color: #C140E5; }
a { background-color: rgb(193,64,229); }
div.DivClassName
{
background-color: #C140E5;
}
.BgClassName
{
background-color: #C140E5;
}
</style>
border-color css
<style>
span { border-color: #C140E5; }
span { border-color: rgb(193,64,229); }
td.TdClassName
{
border-color: #C140E5;
}
.TagClassName
{
border-color: #C140E5;
}
</style>