Shades of Medium Orchid #C557EA
Tints of Medium Orchid #C557EA
RGB
CMYK
RGB Variations
Color information
#C557EA (or 0xC557EA) is known color: Medium Orchid. HEX triplet: C5, 57 and EA. RGB value is (197,87,234). Sum of RGB (Red+Green+Blue) = 197+87+234=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #C557EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C557EA is #3AA815. Grayscale: #888888. Windows color (decimal): -3844118 or 15357893. OLE color: 15357893.
HSL color Cylindrical-coordinate representation of color #C557EA: hue angle of 284.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C557EA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 87 | 234 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.08 |
| HSL | 284.9º | 0.78% | 0.63% | - |
| HSV(B) | 284.9º | 0.63% | 0.92% | - |
| XYZ | 41.29 | 24.63 | 80.42 | - |
| YUV | 136.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 234 | 0.16 | 0.63 | 0 | 0.08 | 284.9 | 0.78 | 0.63 |
| Hex | C5 | 57 | EA | 10 | 3F | 0 | 8 | 11D | 4E | 3F |
| Octal | 305 | 127 | 352 | 20 | 77 | 0 | 10 | 435 | 116 | 77 |
| Binary | 11000101 | 1010111 | 11101010 | 10000 | 111111 | 0 | 1000 | 100011101 | 1001110 | 111111 |
Color Harmonies of #C557EA
Complementary color
Monochromatic Colors of #C557EA
Black with #C557EA
Text Example
Text Example
White with #C557EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557EA; }
p { color: rgb(197,87,234); }
H1.HeaderClassName
{
color: #C557EA;
}
.AnyTagClassName
{
color: #C557EA;
}
</style>
background-color css
<style>
a { background-color: #C557EA; }
a { background-color: rgb(197,87,234); }
div.DivClassName
{
background-color: #C557EA;
}
.BgClassName
{
background-color: #C557EA;
}
</style>
border-color css
<style>
span { border-color: #C557EA; }
span { border-color: rgb(197,87,234); }
td.TdClassName
{
border-color: #C557EA;
}
.TagClassName
{
border-color: #C557EA;
}
</style>