Shades of Medium Orchid #C658DF
Tints of Medium Orchid #C658DF
RGB
CMYK
RGB Variations
Color information
#C658DF (or 0xC658DF) is known color: Medium Orchid. HEX triplet: C6, 58 and DF. RGB value is (198,88,223). Sum of RGB (Red+Green+Blue) = 198+88+223=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #C658DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658DF is #39A720. Grayscale: #878787. Windows color (decimal): -3778337 or 14637254. OLE color: 14637254.
HSL color Cylindrical-coordinate representation of color #C658DF: hue angle of 288.89º 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 #C658DF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 88 | 223 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 288.89º | 0.68% | 0.61% | - |
| HSV(B) | 288.89º | 0.61% | 0.87% | - |
| XYZ | 40.1 | 24.31 | 72.39 | - |
| YUV | 136.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 223 | 0.11 | 0.61 | 0 | 0.13 | 288.89 | 0.68 | 0.61 |
| Hex | C6 | 58 | DF | B | 3D | 0 | D | 121 | 44 | 3D |
| Octal | 306 | 130 | 337 | 13 | 75 | 0 | 15 | 441 | 104 | 75 |
| Binary | 11000110 | 1011000 | 11011111 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000100 | 111101 |
Color Harmonies of #C658DF
Complementary color
Monochromatic Colors of #C658DF
Black with #C658DF
Text Example
Text Example
White with #C658DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658DF; }
p { color: rgb(198,88,223); }
H1.HeaderClassName
{
color: #C658DF;
}
.AnyTagClassName
{
color: #C658DF;
}
</style>
background-color css
<style>
a { background-color: #C658DF; }
a { background-color: rgb(198,88,223); }
div.DivClassName
{
background-color: #C658DF;
}
.BgClassName
{
background-color: #C658DF;
}
</style>
border-color css
<style>
span { border-color: #C658DF; }
span { border-color: rgb(198,88,223); }
td.TdClassName
{
border-color: #C658DF;
}
.TagClassName
{
border-color: #C658DF;
}
</style>