Shades of Medium Orchid #C557CF
Tints of Medium Orchid #C557CF
RGB
CMYK
RGB Variations
Color information
#C557CF (or 0xC557CF) is known color: Medium Orchid. HEX triplet: C5, 57 and CF. RGB value is (197,87,207). Sum of RGB (Red+Green+Blue) = 197+87+207=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C557CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557CF is #3AA830. Grayscale: #858585. Windows color (decimal): -3844145 or 13588421. OLE color: 13588421.
HSL color Cylindrical-coordinate representation of color #C557CF: hue angle of 295º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C557CF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 87 | 207 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.19 |
| HSL | 295º | 0.56% | 0.58% | - |
| HSV(B) | 295º | 0.58% | 0.81% | - |
| XYZ | 37.7 | 23.19 | 61.52 | - |
| YUV | 133.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 207 | 0.05 | 0.58 | 0 | 0.19 | 295 | 0.56 | 0.58 |
| Hex | C5 | 57 | CF | 5 | 3A | 0 | 13 | 127 | 38 | 3A |
| Octal | 305 | 127 | 317 | 5 | 72 | 0 | 23 | 447 | 70 | 72 |
| Binary | 11000101 | 1010111 | 11001111 | 101 | 111010 | 0 | 10011 | 100100111 | 111000 | 111010 |
Color Harmonies of #C557CF
Complementary color
Monochromatic Colors of #C557CF
Black with #C557CF
Text Example
Text Example
White with #C557CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557CF; }
p { color: rgb(197,87,207); }
H1.HeaderClassName
{
color: #C557CF;
}
.AnyTagClassName
{
color: #C557CF;
}
</style>
background-color css
<style>
a { background-color: #C557CF; }
a { background-color: rgb(197,87,207); }
div.DivClassName
{
background-color: #C557CF;
}
.BgClassName
{
background-color: #C557CF;
}
</style>
border-color css
<style>
span { border-color: #C557CF; }
span { border-color: rgb(197,87,207); }
td.TdClassName
{
border-color: #C557CF;
}
.TagClassName
{
border-color: #C557CF;
}
</style>