Shades of Medium Orchid #C650EC
Tints of Medium Orchid #C650EC
RGB
CMYK
RGB Variations
Color information
#C650EC (or 0xC650EC) is known color: Medium Orchid. HEX triplet: C6, 50 and EC. RGB value is (198,80,236). Sum of RGB (Red+Green+Blue) = 198+80+236=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #C650EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EC is #39AF13. Grayscale: #848484. Windows color (decimal): -3780372 or 15487174. OLE color: 15487174.
HSL color Cylindrical-coordinate representation of color #C650EC: hue angle of 285.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650EC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 80 | 236 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.38º | 0.8% | 0.62% | - |
| HSV(B) | 285.38º | 0.66% | 0.93% | - |
| XYZ | 41.3 | 23.8 | 81.77 | - |
| YUV | 133.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 236 | 0.16 | 0.66 | 0 | 0.07 | 285.38 | 0.8 | 0.62 |
| Hex | C6 | 50 | EC | 10 | 42 | 0 | 7 | 11D | 50 | 3E |
| Octal | 306 | 120 | 354 | 20 | 102 | 0 | 7 | 435 | 120 | 76 |
| Binary | 11000110 | 1010000 | 11101100 | 10000 | 1000010 | 0 | 111 | 100011101 | 1010000 | 111110 |
Color Harmonies of #C650EC
Complementary color
Monochromatic Colors of #C650EC
Black with #C650EC
Text Example
Text Example
White with #C650EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650EC; }
p { color: rgb(198,80,236); }
H1.HeaderClassName
{
color: #C650EC;
}
.AnyTagClassName
{
color: #C650EC;
}
</style>
background-color css
<style>
a { background-color: #C650EC; }
a { background-color: rgb(198,80,236); }
div.DivClassName
{
background-color: #C650EC;
}
.BgClassName
{
background-color: #C650EC;
}
</style>
border-color css
<style>
span { border-color: #C650EC; }
span { border-color: rgb(198,80,236); }
td.TdClassName
{
border-color: #C650EC;
}
.TagClassName
{
border-color: #C650EC;
}
</style>