Shades of Medium Orchid #C64EEC
Tints of Medium Orchid #C64EEC
RGB
CMYK
RGB Variations
Color information
#C64EEC (or 0xC64EEC) is known color: Medium Orchid. HEX triplet: C6, 4E and EC. RGB value is (198,78,236). Sum of RGB (Red+Green+Blue) = 198+78+236=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C64EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEC is #39B113. Grayscale: #838383. Windows color (decimal): -3780884 or 15486662. OLE color: 15486662.
HSL color Cylindrical-coordinate representation of color #C64EEC: hue angle of 285.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64EEC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 78 | 236 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.57º | 0.81% | 0.62% | - |
| HSV(B) | 285.57º | 0.67% | 0.93% | - |
| XYZ | 41.15 | 23.51 | 81.73 | - |
| YUV | 131.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 236 | 0.16 | 0.67 | 0 | 0.07 | 285.57 | 0.81 | 0.62 |
| Hex | C6 | 4E | EC | 10 | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 306 | 116 | 354 | 20 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11000110 | 1001110 | 11101100 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C64EEC
Complementary color
Monochromatic Colors of #C64EEC
Black with #C64EEC
Text Example
Text Example
White with #C64EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EEC; }
p { color: rgb(198,78,236); }
H1.HeaderClassName
{
color: #C64EEC;
}
.AnyTagClassName
{
color: #C64EEC;
}
</style>
background-color css
<style>
a { background-color: #C64EEC; }
a { background-color: rgb(198,78,236); }
div.DivClassName
{
background-color: #C64EEC;
}
.BgClassName
{
background-color: #C64EEC;
}
</style>
border-color css
<style>
span { border-color: #C64EEC; }
span { border-color: rgb(198,78,236); }
td.TdClassName
{
border-color: #C64EEC;
}
.TagClassName
{
border-color: #C64EEC;
}
</style>