Shades of Medium Orchid #C55ECE
Tints of Medium Orchid #C55ECE
RGB
CMYK
RGB Variations
Color information
#C55ECE (or 0xC55ECE) is known color: Medium Orchid. HEX triplet: C5, 5E and CE. RGB value is (197,94,206). Sum of RGB (Red+Green+Blue) = 197+94+206=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ECE is #3AA131. Grayscale: #898989. Windows color (decimal): -3842354 or 13524677. OLE color: 13524677.
HSL color Cylindrical-coordinate representation of color #C55ECE: hue angle of 295.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55ECE is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 94 | 206 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.19 |
| HSL | 295.18º | 0.53% | 0.59% | - |
| HSV(B) | 295.18º | 0.54% | 0.81% | - |
| XYZ | 38.17 | 24.33 | 61.08 | - |
| YUV | 137.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 206 | 0.04 | 0.54 | 0 | 0.19 | 295.18 | 0.53 | 0.59 |
| Hex | C5 | 5E | CE | 4 | 36 | 0 | 13 | 127 | 35 | 3B |
| Octal | 305 | 136 | 316 | 4 | 66 | 0 | 23 | 447 | 65 | 73 |
| Binary | 11000101 | 1011110 | 11001110 | 100 | 110110 | 0 | 10011 | 100100111 | 110101 | 111011 |
Color Harmonies of #C55ECE
Complementary color
Monochromatic Colors of #C55ECE
Black with #C55ECE
Text Example
Text Example
White with #C55ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ECE; }
p { color: rgb(197,94,206); }
H1.HeaderClassName
{
color: #C55ECE;
}
.AnyTagClassName
{
color: #C55ECE;
}
</style>
background-color css
<style>
a { background-color: #C55ECE; }
a { background-color: rgb(197,94,206); }
div.DivClassName
{
background-color: #C55ECE;
}
.BgClassName
{
background-color: #C55ECE;
}
</style>
border-color css
<style>
span { border-color: #C55ECE; }
span { border-color: rgb(197,94,206); }
td.TdClassName
{
border-color: #C55ECE;
}
.TagClassName
{
border-color: #C55ECE;
}
</style>