Shades of Medium Orchid #C558E9
Tints of Medium Orchid #C558E9
RGB
CMYK
RGB Variations
Color information
#C558E9 (or 0xC558E9) is known color: Medium Orchid. HEX triplet: C5, 58 and E9. RGB value is (197,88,233). Sum of RGB (Red+Green+Blue) = 197+88+233=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #C558E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558E9 is #3AA716. Grayscale: #888888. Windows color (decimal): -3843863 or 15292613. OLE color: 15292613.
HSL color Cylindrical-coordinate representation of color #C558E9: hue angle of 285.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C558E9 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 88 | 233 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.09 |
| HSL | 285.1º | 0.77% | 0.63% | - |
| HSV(B) | 285.1º | 0.62% | 0.91% | - |
| XYZ | 41.22 | 24.73 | 79.69 | - |
| YUV | 137.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 233 | 0.15 | 0.62 | 0 | 0.09 | 285.1 | 0.77 | 0.63 |
| Hex | C5 | 58 | E9 | F | 3E | 0 | 9 | 11D | 4D | 3F |
| Octal | 305 | 130 | 351 | 17 | 76 | 0 | 11 | 435 | 115 | 77 |
| Binary | 11000101 | 1011000 | 11101001 | 1111 | 111110 | 0 | 1001 | 100011101 | 1001101 | 111111 |
Color Harmonies of #C558E9
Complementary color
Monochromatic Colors of #C558E9
Black with #C558E9
Text Example
Text Example
White with #C558E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558E9; }
p { color: rgb(197,88,233); }
H1.HeaderClassName
{
color: #C558E9;
}
.AnyTagClassName
{
color: #C558E9;
}
</style>
background-color css
<style>
a { background-color: #C558E9; }
a { background-color: rgb(197,88,233); }
div.DivClassName
{
background-color: #C558E9;
}
.BgClassName
{
background-color: #C558E9;
}
</style>
border-color css
<style>
span { border-color: #C558E9; }
span { border-color: rgb(197,88,233); }
td.TdClassName
{
border-color: #C558E9;
}
.TagClassName
{
border-color: #C558E9;
}
</style>