Shades of Medium Orchid #C663EC
Tints of Medium Orchid #C663EC
RGB
CMYK
RGB Variations
Color information
#C663EC (or 0xC663EC) is known color: Medium Orchid. HEX triplet: C6, 63 and EC. RGB value is (198,99,236). Sum of RGB (Red+Green+Blue) = 198+99+236=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C663EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C663EC is #399C13. Grayscale: #8F8F8F. Windows color (decimal): -3775508 or 15492038. OLE color: 15492038.
HSL color Cylindrical-coordinate representation of color #C663EC: hue angle of 283.36º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C663EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 99 | 236 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.36º | 0.78% | 0.66% | - |
| HSV(B) | 283.36º | 0.58% | 0.93% | - |
| XYZ | 42.89 | 26.99 | 82.31 | - |
| YUV | 144.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 236 | 0.16 | 0.58 | 0 | 0.07 | 283.36 | 0.78 | 0.66 |
| Hex | C6 | 63 | EC | 10 | 3A | 0 | 7 | 11B | 4E | 42 |
| Octal | 306 | 143 | 354 | 20 | 72 | 0 | 7 | 433 | 116 | 102 |
| Binary | 11000110 | 1100011 | 11101100 | 10000 | 111010 | 0 | 111 | 100011011 | 1001110 | 1000010 |
Color Harmonies of #C663EC
Complementary color
Monochromatic Colors of #C663EC
Black with #C663EC
Text Example
Text Example
White with #C663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663EC; }
p { color: rgb(198,99,236); }
H1.HeaderClassName
{
color: #C663EC;
}
.AnyTagClassName
{
color: #C663EC;
}
</style>
background-color css
<style>
a { background-color: #C663EC; }
a { background-color: rgb(198,99,236); }
div.DivClassName
{
background-color: #C663EC;
}
.BgClassName
{
background-color: #C663EC;
}
</style>
border-color css
<style>
span { border-color: #C663EC; }
span { border-color: rgb(198,99,236); }
td.TdClassName
{
border-color: #C663EC;
}
.TagClassName
{
border-color: #C663EC;
}
</style>