Shades of Medium Orchid #C558EB
Tints of Medium Orchid #C558EB
RGB
CMYK
RGB Variations
Color information
#C558EB (or 0xC558EB) is known color: Medium Orchid. HEX triplet: C5, 58 and EB. RGB value is (197,88,235). Sum of RGB (Red+Green+Blue) = 197+88+235=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #C558EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558EB is #3AA714. Grayscale: #888888. Windows color (decimal): -3843861 or 15423685. OLE color: 15423685.
HSL color Cylindrical-coordinate representation of color #C558EB: hue angle of 284.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C558EB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 88 | 235 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.08 |
| HSL | 284.49º | 0.79% | 0.63% | - |
| HSV(B) | 284.49º | 0.63% | 0.92% | - |
| XYZ | 41.51 | 24.85 | 81.21 | - |
| YUV | 137.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 235 | 0.16 | 0.63 | 0 | 0.08 | 284.49 | 0.79 | 0.63 |
| Hex | C5 | 58 | EB | 10 | 3F | 0 | 8 | 11C | 4F | 3F |
| Octal | 305 | 130 | 353 | 20 | 77 | 0 | 10 | 434 | 117 | 77 |
| Binary | 11000101 | 1011000 | 11101011 | 10000 | 111111 | 0 | 1000 | 100011100 | 1001111 | 111111 |
Color Harmonies of #C558EB
Complementary color
Monochromatic Colors of #C558EB
Black with #C558EB
Text Example
Text Example
White with #C558EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558EB; }
p { color: rgb(197,88,235); }
H1.HeaderClassName
{
color: #C558EB;
}
.AnyTagClassName
{
color: #C558EB;
}
</style>
background-color css
<style>
a { background-color: #C558EB; }
a { background-color: rgb(197,88,235); }
div.DivClassName
{
background-color: #C558EB;
}
.BgClassName
{
background-color: #C558EB;
}
</style>
border-color css
<style>
span { border-color: #C558EB; }
span { border-color: rgb(197,88,235); }
td.TdClassName
{
border-color: #C558EB;
}
.TagClassName
{
border-color: #C558EB;
}
</style>