Shades of Medium Orchid #C657F1
Tints of Medium Orchid #C657F1
RGB
CMYK
RGB Variations
Color information
#C657F1 (or 0xC657F1) is known color: Medium Orchid. HEX triplet: C6, 57 and F1. RGB value is (198,87,241). Sum of RGB (Red+Green+Blue) = 198+87+241=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #C657F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C657F1 is #39A80E. Grayscale: #898989. Windows color (decimal): -3778575 or 15816646. OLE color: 15816646.
HSL color Cylindrical-coordinate representation of color #C657F1: hue angle of 283.25º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C657F1 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 87 | 241 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.05 |
| HSL | 283.25º | 0.85% | 0.64% | - |
| HSV(B) | 283.25º | 0.64% | 0.95% | - |
| XYZ | 42.57 | 25.17 | 85.83 | - |
| YUV | 137.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 241 | 0.18 | 0.64 | 0 | 0.05 | 283.25 | 0.85 | 0.64 |
| Hex | C6 | 57 | F1 | 12 | 40 | 0 | 5 | 11B | 55 | 40 |
| Octal | 306 | 127 | 361 | 22 | 100 | 0 | 5 | 433 | 125 | 100 |
| Binary | 11000110 | 1010111 | 11110001 | 10010 | 1000000 | 0 | 101 | 100011011 | 1010101 | 1000000 |
Color Harmonies of #C657F1
Complementary color
Monochromatic Colors of #C657F1
Black with #C657F1
Text Example
Text Example
White with #C657F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657F1; }
p { color: rgb(198,87,241); }
H1.HeaderClassName
{
color: #C657F1;
}
.AnyTagClassName
{
color: #C657F1;
}
</style>
background-color css
<style>
a { background-color: #C657F1; }
a { background-color: rgb(198,87,241); }
div.DivClassName
{
background-color: #C657F1;
}
.BgClassName
{
background-color: #C657F1;
}
</style>
border-color css
<style>
span { border-color: #C657F1; }
span { border-color: rgb(198,87,241); }
td.TdClassName
{
border-color: #C657F1;
}
.TagClassName
{
border-color: #C657F1;
}
</style>