Shades of Medium Orchid #C55EEC
Tints of Medium Orchid #C55EEC
RGB
CMYK
RGB Variations
Color information
#C55EEC (or 0xC55EEC) is known color: Medium Orchid. HEX triplet: C5, 5E and EC. RGB value is (197,94,236). Sum of RGB (Red+Green+Blue) = 197+94+236=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C55EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EEC is #3AA113. Grayscale: #8C8C8C. Windows color (decimal): -3842324 or 15490757. OLE color: 15490757.
HSL color Cylindrical-coordinate representation of color #C55EEC: hue angle of 283.52º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55EEC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 94 | 236 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.07 |
| HSL | 283.52º | 0.79% | 0.65% | - |
| HSV(B) | 283.52º | 0.6% | 0.93% | - |
| XYZ | 42.17 | 25.93 | 82.14 | - |
| YUV | 140.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 236 | 0.17 | 0.60 | 0 | 0.07 | 283.52 | 0.79 | 0.65 |
| Hex | C5 | 5E | EC | 11 | 3C | 0 | 7 | 11C | 4F | 41 |
| Octal | 305 | 136 | 354 | 21 | 74 | 0 | 7 | 434 | 117 | 101 |
| Binary | 11000101 | 1011110 | 11101100 | 10001 | 111100 | 0 | 111 | 100011100 | 1001111 | 1000001 |
Color Harmonies of #C55EEC
Complementary color
Monochromatic Colors of #C55EEC
Black with #C55EEC
Text Example
Text Example
White with #C55EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EEC; }
p { color: rgb(197,94,236); }
H1.HeaderClassName
{
color: #C55EEC;
}
.AnyTagClassName
{
color: #C55EEC;
}
</style>
background-color css
<style>
a { background-color: #C55EEC; }
a { background-color: rgb(197,94,236); }
div.DivClassName
{
background-color: #C55EEC;
}
.BgClassName
{
background-color: #C55EEC;
}
</style>
border-color css
<style>
span { border-color: #C55EEC; }
span { border-color: rgb(197,94,236); }
td.TdClassName
{
border-color: #C55EEC;
}
.TagClassName
{
border-color: #C55EEC;
}
</style>