Shades of Medium Orchid #C558E0
Tints of Medium Orchid #C558E0
RGB
CMYK
RGB Variations
Color information
#C558E0 (or 0xC558E0) is known color: Medium Orchid. HEX triplet: C5, 58 and E0. RGB value is (197,88,224). Sum of RGB (Red+Green+Blue) = 197+88+224=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #C558E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558E0 is #3AA71F. Grayscale: #878787. Windows color (decimal): -3843872 or 14702789. OLE color: 14702789.
HSL color Cylindrical-coordinate representation of color #C558E0: hue angle of 288.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C558E0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 88 | 224 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.12 |
| HSL | 288.09º | 0.69% | 0.61% | - |
| HSV(B) | 288.09º | 0.61% | 0.88% | - |
| XYZ | 39.97 | 24.23 | 73.09 | - |
| YUV | 136.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 224 | 0.12 | 0.61 | 0 | 0.12 | 288.09 | 0.69 | 0.61 |
| Hex | C5 | 58 | E0 | C | 3D | 0 | C | 120 | 45 | 3D |
| Octal | 305 | 130 | 340 | 14 | 75 | 0 | 14 | 440 | 105 | 75 |
| Binary | 11000101 | 1011000 | 11100000 | 1100 | 111101 | 0 | 1100 | 100100000 | 1000101 | 111101 |
Color Harmonies of #C558E0
Complementary color
Monochromatic Colors of #C558E0
Black with #C558E0
Text Example
Text Example
White with #C558E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558E0; }
p { color: rgb(197,88,224); }
H1.HeaderClassName
{
color: #C558E0;
}
.AnyTagClassName
{
color: #C558E0;
}
</style>
background-color css
<style>
a { background-color: #C558E0; }
a { background-color: rgb(197,88,224); }
div.DivClassName
{
background-color: #C558E0;
}
.BgClassName
{
background-color: #C558E0;
}
</style>
border-color css
<style>
span { border-color: #C558E0; }
span { border-color: rgb(197,88,224); }
td.TdClassName
{
border-color: #C558E0;
}
.TagClassName
{
border-color: #C558E0;
}
</style>