Shades of Medium Orchid #C655EC
Tints of Medium Orchid #C655EC
RGB
CMYK
RGB Variations
Color information
#C655EC (or 0xC655EC) is known color: Medium Orchid. HEX triplet: C6, 55 and EC. RGB value is (198,85,236). Sum of RGB (Red+Green+Blue) = 198+85+236=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #C655EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655EC is #39AA13. Grayscale: #878787. Windows color (decimal): -3779092 or 15488454. OLE color: 15488454.
HSL color Cylindrical-coordinate representation of color #C655EC: hue angle of 284.9º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C655EC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 85 | 236 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 284.9º | 0.8% | 0.63% | - |
| HSV(B) | 284.9º | 0.64% | 0.93% | - |
| XYZ | 41.68 | 24.56 | 81.9 | - |
| YUV | 136 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 236 | 0.16 | 0.64 | 0 | 0.07 | 284.9 | 0.8 | 0.63 |
| Hex | C6 | 55 | EC | 10 | 40 | 0 | 7 | 11D | 50 | 3F |
| Octal | 306 | 125 | 354 | 20 | 100 | 0 | 7 | 435 | 120 | 77 |
| Binary | 11000110 | 1010101 | 11101100 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010000 | 111111 |
Color Harmonies of #C655EC
Complementary color
Monochromatic Colors of #C655EC
Black with #C655EC
Text Example
Text Example
White with #C655EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655EC; }
p { color: rgb(198,85,236); }
H1.HeaderClassName
{
color: #C655EC;
}
.AnyTagClassName
{
color: #C655EC;
}
</style>
background-color css
<style>
a { background-color: #C655EC; }
a { background-color: rgb(198,85,236); }
div.DivClassName
{
background-color: #C655EC;
}
.BgClassName
{
background-color: #C655EC;
}
</style>
border-color css
<style>
span { border-color: #C655EC; }
span { border-color: rgb(198,85,236); }
td.TdClassName
{
border-color: #C655EC;
}
.TagClassName
{
border-color: #C655EC;
}
</style>