Shades of Medium Orchid #C558DD
Tints of Medium Orchid #C558DD
RGB
CMYK
RGB Variations
Color information
#C558DD (or 0xC558DD) is known color: Medium Orchid. HEX triplet: C5, 58 and DD. RGB value is (197,88,221). Sum of RGB (Red+Green+Blue) = 197+88+221=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C558DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558DD is #3AA722. Grayscale: #878787. Windows color (decimal): -3843875 or 14506181. OLE color: 14506181.
HSL color Cylindrical-coordinate representation of color #C558DD: hue angle of 289.17º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C558DD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 88 | 221 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.13 |
| HSL | 289.17º | 0.66% | 0.61% | - |
| HSV(B) | 289.17º | 0.6% | 0.87% | - |
| XYZ | 39.57 | 24.07 | 70.97 | - |
| YUV | 135.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 221 | 0.11 | 0.60 | 0 | 0.13 | 289.17 | 0.66 | 0.61 |
| Hex | C5 | 58 | DD | B | 3C | 0 | D | 121 | 42 | 3D |
| Octal | 305 | 130 | 335 | 13 | 74 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000101 | 1011000 | 11011101 | 1011 | 111100 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C558DD
Complementary color
Monochromatic Colors of #C558DD
Black with #C558DD
Text Example
Text Example
White with #C558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558DD; }
p { color: rgb(197,88,221); }
H1.HeaderClassName
{
color: #C558DD;
}
.AnyTagClassName
{
color: #C558DD;
}
</style>
background-color css
<style>
a { background-color: #C558DD; }
a { background-color: rgb(197,88,221); }
div.DivClassName
{
background-color: #C558DD;
}
.BgClassName
{
background-color: #C558DD;
}
</style>
border-color css
<style>
span { border-color: #C558DD; }
span { border-color: rgb(197,88,221); }
td.TdClassName
{
border-color: #C558DD;
}
.TagClassName
{
border-color: #C558DD;
}
</style>