Shades of Medium Orchid #C15ECD
Tints of Medium Orchid #C15ECD
RGB
CMYK
RGB Variations
Color information
#C15ECD (or 0xC15ECD) is known color: Medium Orchid. HEX triplet: C1, 5E and CD. RGB value is (193,94,205). Sum of RGB (Red+Green+Blue) = 193+94+205=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECD is #3EA132. Grayscale: #878787. Windows color (decimal): -4104499 or 13459137. OLE color: 13459137.
HSL color Cylindrical-coordinate representation of color #C15ECD: hue angle of 293.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15ECD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 94 | 205 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.20 |
| HSL | 293.51º | 0.53% | 0.59% | - |
| HSV(B) | 293.51º | 0.54% | 0.8% | - |
| XYZ | 37.01 | 23.75 | 60.39 | - |
| YUV | 136.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 205 | 0.06 | 0.54 | 0 | 0.20 | 293.51 | 0.53 | 0.59 |
| Hex | C1 | 5E | CD | 6 | 36 | 0 | 14 | 126 | 35 | 3B |
| Octal | 301 | 136 | 315 | 6 | 66 | 0 | 24 | 446 | 65 | 73 |
| Binary | 11000001 | 1011110 | 11001101 | 110 | 110110 | 0 | 10100 | 100100110 | 110101 | 111011 |
Color Harmonies of #C15ECD
Complementary color
Monochromatic Colors of #C15ECD
Black with #C15ECD
Text Example
Text Example
White with #C15ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ECD; }
p { color: rgb(193,94,205); }
H1.HeaderClassName
{
color: #C15ECD;
}
.AnyTagClassName
{
color: #C15ECD;
}
</style>
background-color css
<style>
a { background-color: #C15ECD; }
a { background-color: rgb(193,94,205); }
div.DivClassName
{
background-color: #C15ECD;
}
.BgClassName
{
background-color: #C15ECD;
}
</style>
border-color css
<style>
span { border-color: #C15ECD; }
span { border-color: rgb(193,94,205); }
td.TdClassName
{
border-color: #C15ECD;
}
.TagClassName
{
border-color: #C15ECD;
}
</style>