Shades of Medium Orchid #C657ED
Tints of Medium Orchid #C657ED
RGB
CMYK
RGB Variations
Color information
#C657ED (or 0xC657ED) is known color: Medium Orchid. HEX triplet: C6, 57 and ED. RGB value is (198,87,237). Sum of RGB (Red+Green+Blue) = 198+87+237=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #C657ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C657ED is #39A812. Grayscale: #888888. Windows color (decimal): -3778579 or 15554502. OLE color: 15554502.
HSL color Cylindrical-coordinate representation of color #C657ED: hue angle of 284.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C657ED is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 87 | 237 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.07 |
| HSL | 284.4º | 0.81% | 0.64% | - |
| HSV(B) | 284.4º | 0.63% | 0.93% | - |
| XYZ | 41.98 | 24.94 | 82.72 | - |
| YUV | 137.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 237 | 0.16 | 0.63 | 0 | 0.07 | 284.4 | 0.81 | 0.64 |
| Hex | C6 | 57 | ED | 10 | 3F | 0 | 7 | 11C | 51 | 40 |
| Octal | 306 | 127 | 355 | 20 | 77 | 0 | 7 | 434 | 121 | 100 |
| Binary | 11000110 | 1010111 | 11101101 | 10000 | 111111 | 0 | 111 | 100011100 | 1010001 | 1000000 |
Color Harmonies of #C657ED
Complementary color
Monochromatic Colors of #C657ED
Black with #C657ED
Text Example
Text Example
White with #C657ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657ED; }
p { color: rgb(198,87,237); }
H1.HeaderClassName
{
color: #C657ED;
}
.AnyTagClassName
{
color: #C657ED;
}
</style>
background-color css
<style>
a { background-color: #C657ED; }
a { background-color: rgb(198,87,237); }
div.DivClassName
{
background-color: #C657ED;
}
.BgClassName
{
background-color: #C657ED;
}
</style>
border-color css
<style>
span { border-color: #C657ED; }
span { border-color: rgb(198,87,237); }
td.TdClassName
{
border-color: #C657ED;
}
.TagClassName
{
border-color: #C657ED;
}
</style>