Shades of Medium Orchid #C558D6
Tints of Medium Orchid #C558D6
RGB
CMYK
RGB Variations
Color information
#C558D6 (or 0xC558D6) is known color: Medium Orchid. HEX triplet: C5, 58 and D6. RGB value is (197,88,214). Sum of RGB (Red+Green+Blue) = 197+88+214=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #C558D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558D6 is #3AA729. Grayscale: #868686. Windows color (decimal): -3843882 or 14047429. OLE color: 14047429.
HSL color Cylindrical-coordinate representation of color #C558D6: hue angle of 291.9º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C558D6 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 88 | 214 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.16 |
| HSL | 291.9º | 0.61% | 0.59% | - |
| HSV(B) | 291.9º | 0.59% | 0.84% | - |
| XYZ | 38.65 | 23.7 | 66.16 | - |
| YUV | 134.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 214 | 0.08 | 0.59 | 0 | 0.16 | 291.9 | 0.61 | 0.59 |
| Hex | C5 | 58 | D6 | 8 | 3B | 0 | 10 | 124 | 3D | 3B |
| Octal | 305 | 130 | 326 | 10 | 73 | 0 | 20 | 444 | 75 | 73 |
| Binary | 11000101 | 1011000 | 11010110 | 1000 | 111011 | 0 | 10000 | 100100100 | 111101 | 111011 |
Color Harmonies of #C558D6
Complementary color
Monochromatic Colors of #C558D6
Black with #C558D6
Text Example
Text Example
White with #C558D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558D6; }
p { color: rgb(197,88,214); }
H1.HeaderClassName
{
color: #C558D6;
}
.AnyTagClassName
{
color: #C558D6;
}
</style>
background-color css
<style>
a { background-color: #C558D6; }
a { background-color: rgb(197,88,214); }
div.DivClassName
{
background-color: #C558D6;
}
.BgClassName
{
background-color: #C558D6;
}
</style>
border-color css
<style>
span { border-color: #C558D6; }
span { border-color: rgb(197,88,214); }
td.TdClassName
{
border-color: #C558D6;
}
.TagClassName
{
border-color: #C558D6;
}
</style>