Shades of Medium Orchid #C15EE0
Tints of Medium Orchid #C15EE0
RGB
CMYK
RGB Variations
Color information
#C15EE0 (or 0xC15EE0) is known color: Medium Orchid. HEX triplet: C1, 5E and E0. RGB value is (193,94,224). Sum of RGB (Red+Green+Blue) = 193+94+224=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #C15EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EE0 is #3EA11F. Grayscale: #8A8A8A. Windows color (decimal): -4104480 or 14704321. OLE color: 14704321.
HSL color Cylindrical-coordinate representation of color #C15EE0: hue angle of 285.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15EE0 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 94 | 224 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.12 |
| HSL | 285.69º | 0.68% | 0.62% | - |
| HSV(B) | 285.69º | 0.58% | 0.88% | - |
| XYZ | 39.45 | 24.72 | 73.21 | - |
| YUV | 138.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 224 | 0.14 | 0.58 | 0 | 0.12 | 285.69 | 0.68 | 0.62 |
| Hex | C1 | 5E | E0 | E | 3A | 0 | C | 11E | 44 | 3E |
| Octal | 301 | 136 | 340 | 16 | 72 | 0 | 14 | 436 | 104 | 76 |
| Binary | 11000001 | 1011110 | 11100000 | 1110 | 111010 | 0 | 1100 | 100011110 | 1000100 | 111110 |
Color Harmonies of #C15EE0
Complementary color
Monochromatic Colors of #C15EE0
Black with #C15EE0
Text Example
Text Example
White with #C15EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EE0; }
p { color: rgb(193,94,224); }
H1.HeaderClassName
{
color: #C15EE0;
}
.AnyTagClassName
{
color: #C15EE0;
}
</style>
background-color css
<style>
a { background-color: #C15EE0; }
a { background-color: rgb(193,94,224); }
div.DivClassName
{
background-color: #C15EE0;
}
.BgClassName
{
background-color: #C15EE0;
}
</style>
border-color css
<style>
span { border-color: #C15EE0; }
span { border-color: rgb(193,94,224); }
td.TdClassName
{
border-color: #C15EE0;
}
.TagClassName
{
border-color: #C15EE0;
}
</style>