Shades of Medium Orchid #C657DF
Tints of Medium Orchid #C657DF
RGB
CMYK
RGB Variations
Color information
#C657DF (or 0xC657DF) is known color: Medium Orchid. HEX triplet: C6, 57 and DF. RGB value is (198,87,223). Sum of RGB (Red+Green+Blue) = 198+87+223=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C657DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C657DF is #39A820. Grayscale: #878787. Windows color (decimal): -3778593 or 14636998. OLE color: 14636998.
HSL color Cylindrical-coordinate representation of color #C657DF: hue angle of 288.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C657DF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 87 | 223 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 288.97º | 0.68% | 0.61% | - |
| HSV(B) | 288.97º | 0.61% | 0.87% | - |
| XYZ | 40.02 | 24.15 | 72.36 | - |
| YUV | 135.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 223 | 0.11 | 0.61 | 0 | 0.13 | 288.97 | 0.68 | 0.61 |
| Hex | C6 | 57 | DF | B | 3D | 0 | D | 121 | 44 | 3D |
| Octal | 306 | 127 | 337 | 13 | 75 | 0 | 15 | 441 | 104 | 75 |
| Binary | 11000110 | 1010111 | 11011111 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000100 | 111101 |
Color Harmonies of #C657DF
Complementary color
Monochromatic Colors of #C657DF
Black with #C657DF
Text Example
Text Example
White with #C657DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657DF; }
p { color: rgb(198,87,223); }
H1.HeaderClassName
{
color: #C657DF;
}
.AnyTagClassName
{
color: #C657DF;
}
</style>
background-color css
<style>
a { background-color: #C657DF; }
a { background-color: rgb(198,87,223); }
div.DivClassName
{
background-color: #C657DF;
}
.BgClassName
{
background-color: #C657DF;
}
</style>
border-color css
<style>
span { border-color: #C657DF; }
span { border-color: rgb(198,87,223); }
td.TdClassName
{
border-color: #C657DF;
}
.TagClassName
{
border-color: #C657DF;
}
</style>