Shades of Medium Orchid #C557D0
Tints of Medium Orchid #C557D0
RGB
CMYK
RGB Variations
Color information
#C557D0 (or 0xC557D0) is known color: Medium Orchid. HEX triplet: C5, 57 and D0. RGB value is (197,87,208). Sum of RGB (Red+Green+Blue) = 197+87+208=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C557D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557D0 is #3AA82F. Grayscale: #858585. Windows color (decimal): -3844144 or 13653957. OLE color: 13653957.
HSL color Cylindrical-coordinate representation of color #C557D0: hue angle of 294.55º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C557D0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 87 | 208 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.18 |
| HSL | 294.55º | 0.56% | 0.58% | - |
| HSV(B) | 294.55º | 0.58% | 0.82% | - |
| XYZ | 37.82 | 23.24 | 62.17 | - |
| YUV | 133.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 208 | 0.05 | 0.58 | 0 | 0.18 | 294.55 | 0.56 | 0.58 |
| Hex | C5 | 57 | D0 | 5 | 3A | 0 | 12 | 127 | 38 | 3A |
| Octal | 305 | 127 | 320 | 5 | 72 | 0 | 22 | 447 | 70 | 72 |
| Binary | 11000101 | 1010111 | 11010000 | 101 | 111010 | 0 | 10010 | 100100111 | 111000 | 111010 |
Color Harmonies of #C557D0
Complementary color
Monochromatic Colors of #C557D0
Black with #C557D0
Text Example
Text Example
White with #C557D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557D0; }
p { color: rgb(197,87,208); }
H1.HeaderClassName
{
color: #C557D0;
}
.AnyTagClassName
{
color: #C557D0;
}
</style>
background-color css
<style>
a { background-color: #C557D0; }
a { background-color: rgb(197,87,208); }
div.DivClassName
{
background-color: #C557D0;
}
.BgClassName
{
background-color: #C557D0;
}
</style>
border-color css
<style>
span { border-color: #C557D0; }
span { border-color: rgb(197,87,208); }
td.TdClassName
{
border-color: #C557D0;
}
.TagClassName
{
border-color: #C557D0;
}
</style>