Shades of Medium Orchid #C558F1
Tints of Medium Orchid #C558F1
RGB
CMYK
RGB Variations
Color information
#C558F1 (or 0xC558F1) is known color: Medium Orchid. HEX triplet: C5, 58 and F1. RGB value is (197,88,241). Sum of RGB (Red+Green+Blue) = 197+88+241=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #C558F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558F1 is #3AA70E. Grayscale: #898989. Windows color (decimal): -3843855 or 15816901. OLE color: 15816901.
HSL color Cylindrical-coordinate representation of color #C558F1: hue angle of 282.75º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C558F1 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 88 | 241 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.05 |
| HSL | 282.75º | 0.85% | 0.65% | - |
| HSV(B) | 282.75º | 0.63% | 0.95% | - |
| XYZ | 42.39 | 25.2 | 85.85 | - |
| YUV | 138.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 241 | 0.18 | 0.63 | 0 | 0.05 | 282.75 | 0.85 | 0.65 |
| Hex | C5 | 58 | F1 | 12 | 3F | 0 | 5 | 11B | 55 | 41 |
| Octal | 305 | 130 | 361 | 22 | 77 | 0 | 5 | 433 | 125 | 101 |
| Binary | 11000101 | 1011000 | 11110001 | 10010 | 111111 | 0 | 101 | 100011011 | 1010101 | 1000001 |
Color Harmonies of #C558F1
Complementary color
Monochromatic Colors of #C558F1
Black with #C558F1
Text Example
Text Example
White with #C558F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558F1; }
p { color: rgb(197,88,241); }
H1.HeaderClassName
{
color: #C558F1;
}
.AnyTagClassName
{
color: #C558F1;
}
</style>
background-color css
<style>
a { background-color: #C558F1; }
a { background-color: rgb(197,88,241); }
div.DivClassName
{
background-color: #C558F1;
}
.BgClassName
{
background-color: #C558F1;
}
</style>
border-color css
<style>
span { border-color: #C558F1; }
span { border-color: rgb(197,88,241); }
td.TdClassName
{
border-color: #C558F1;
}
.TagClassName
{
border-color: #C558F1;
}
</style>