Shades of Medium Orchid #C657E4
Tints of Medium Orchid #C657E4
RGB
CMYK
RGB Variations
Color information
#C657E4 (or 0xC657E4) is known color: Medium Orchid. HEX triplet: C6, 57 and E4. RGB value is (198,87,228). Sum of RGB (Red+Green+Blue) = 198+87+228=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #C657E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C657E4 is #39A81B. Grayscale: #878787. Windows color (decimal): -3778588 or 14964678. OLE color: 14964678.
HSL color Cylindrical-coordinate representation of color #C657E4: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C657E4 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 87 | 228 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.11 |
| HSL | 287.23º | 0.72% | 0.62% | - |
| HSV(B) | 287.23º | 0.62% | 0.89% | - |
| XYZ | 40.7 | 24.42 | 75.97 | - |
| YUV | 136.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 228 | 0.13 | 0.62 | 0 | 0.11 | 287.23 | 0.72 | 0.62 |
| Hex | C6 | 57 | E4 | D | 3E | 0 | B | 11F | 48 | 3E |
| Octal | 306 | 127 | 344 | 15 | 76 | 0 | 13 | 437 | 110 | 76 |
| Binary | 11000110 | 1010111 | 11100100 | 1101 | 111110 | 0 | 1011 | 100011111 | 1001000 | 111110 |
Color Harmonies of #C657E4
Complementary color
Monochromatic Colors of #C657E4
Black with #C657E4
Text Example
Text Example
White with #C657E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657E4; }
p { color: rgb(198,87,228); }
H1.HeaderClassName
{
color: #C657E4;
}
.AnyTagClassName
{
color: #C657E4;
}
</style>
background-color css
<style>
a { background-color: #C657E4; }
a { background-color: rgb(198,87,228); }
div.DivClassName
{
background-color: #C657E4;
}
.BgClassName
{
background-color: #C657E4;
}
</style>
border-color css
<style>
span { border-color: #C657E4; }
span { border-color: rgb(198,87,228); }
td.TdClassName
{
border-color: #C657E4;
}
.TagClassName
{
border-color: #C657E4;
}
</style>