Shades of Medium Orchid #C558D5
Tints of Medium Orchid #C558D5
RGB
CMYK
RGB Variations
Color information
#C558D5 (or 0xC558D5) is known color: Medium Orchid. HEX triplet: C5, 58 and D5. RGB value is (197,88,213). Sum of RGB (Red+Green+Blue) = 197+88+213=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #C558D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558D5 is #3AA72A. Grayscale: #868686. Windows color (decimal): -3843883 or 13981893. OLE color: 13981893.
HSL color Cylindrical-coordinate representation of color #C558D5: hue angle of 292.32º degrees, saturation: 0.6, 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 #C558D5 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 88 | 213 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.16 |
| HSL | 292.32º | 0.6% | 0.59% | - |
| HSV(B) | 292.32º | 0.59% | 0.84% | - |
| XYZ | 38.53 | 23.65 | 65.49 | - |
| YUV | 134.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 213 | 0.08 | 0.59 | 0 | 0.16 | 292.32 | 0.6 | 0.59 |
| Hex | C5 | 58 | D5 | 8 | 3B | 0 | 10 | 124 | 3C | 3B |
| Octal | 305 | 130 | 325 | 10 | 73 | 0 | 20 | 444 | 74 | 73 |
| Binary | 11000101 | 1011000 | 11010101 | 1000 | 111011 | 0 | 10000 | 100100100 | 111100 | 111011 |
Color Harmonies of #C558D5
Complementary color
Monochromatic Colors of #C558D5
Black with #C558D5
Text Example
Text Example
White with #C558D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558D5; }
p { color: rgb(197,88,213); }
H1.HeaderClassName
{
color: #C558D5;
}
.AnyTagClassName
{
color: #C558D5;
}
</style>
background-color css
<style>
a { background-color: #C558D5; }
a { background-color: rgb(197,88,213); }
div.DivClassName
{
background-color: #C558D5;
}
.BgClassName
{
background-color: #C558D5;
}
</style>
border-color css
<style>
span { border-color: #C558D5; }
span { border-color: rgb(197,88,213); }
td.TdClassName
{
border-color: #C558D5;
}
.TagClassName
{
border-color: #C558D5;
}
</style>