Shades of Medium Orchid #C55EE9
Tints of Medium Orchid #C55EE9
RGB
CMYK
RGB Variations
Color information
#C55EE9 (or 0xC55EE9) is known color: Medium Orchid. HEX triplet: C5, 5E and E9. RGB value is (197,94,233). Sum of RGB (Red+Green+Blue) = 197+94+233=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #C55EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EE9 is #3AA116. Grayscale: #8C8C8C. Windows color (decimal): -3842327 or 15294149. OLE color: 15294149.
HSL color Cylindrical-coordinate representation of color #C55EE9: hue angle of 284.46º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55EE9 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 94 | 233 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.09 |
| HSL | 284.46º | 0.76% | 0.64% | - |
| HSV(B) | 284.46º | 0.6% | 0.91% | - |
| XYZ | 41.74 | 25.76 | 79.86 | - |
| YUV | 140.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 233 | 0.15 | 0.60 | 0 | 0.09 | 284.46 | 0.76 | 0.64 |
| Hex | C5 | 5E | E9 | F | 3C | 0 | 9 | 11C | 4C | 40 |
| Octal | 305 | 136 | 351 | 17 | 74 | 0 | 11 | 434 | 114 | 100 |
| Binary | 11000101 | 1011110 | 11101001 | 1111 | 111100 | 0 | 1001 | 100011100 | 1001100 | 1000000 |
Color Harmonies of #C55EE9
Complementary color
Monochromatic Colors of #C55EE9
Black with #C55EE9
Text Example
Text Example
White with #C55EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EE9; }
p { color: rgb(197,94,233); }
H1.HeaderClassName
{
color: #C55EE9;
}
.AnyTagClassName
{
color: #C55EE9;
}
</style>
background-color css
<style>
a { background-color: #C55EE9; }
a { background-color: rgb(197,94,233); }
div.DivClassName
{
background-color: #C55EE9;
}
.BgClassName
{
background-color: #C55EE9;
}
</style>
border-color css
<style>
span { border-color: #C55EE9; }
span { border-color: rgb(197,94,233); }
td.TdClassName
{
border-color: #C55EE9;
}
.TagClassName
{
border-color: #C55EE9;
}
</style>