Shades of Medium Orchid #C64DEC
Tints of Medium Orchid #C64DEC
RGB
CMYK
RGB Variations
Color information
#C64DEC (or 0xC64DEC) is known color: Medium Orchid. HEX triplet: C6, 4D and EC. RGB value is (198,77,236). Sum of RGB (Red+Green+Blue) = 198+77+236=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C64DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DEC is #39B213. Grayscale: #828282. Windows color (decimal): -3781140 or 15486406. OLE color: 15486406.
HSL color Cylindrical-coordinate representation of color #C64DEC: hue angle of 285.66º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64DEC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 77 | 236 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.66º | 0.81% | 0.61% | - |
| HSV(B) | 285.66º | 0.67% | 0.93% | - |
| XYZ | 41.08 | 23.37 | 81.7 | - |
| YUV | 131.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 236 | 0.16 | 0.67 | 0 | 0.07 | 285.66 | 0.81 | 0.61 |
| Hex | C6 | 4D | EC | 10 | 43 | 0 | 7 | 11E | 51 | 3D |
| Octal | 306 | 115 | 354 | 20 | 103 | 0 | 7 | 436 | 121 | 75 |
| Binary | 11000110 | 1001101 | 11101100 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111101 |
Color Harmonies of #C64DEC
Complementary color
Monochromatic Colors of #C64DEC
Black with #C64DEC
Text Example
Text Example
White with #C64DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DEC; }
p { color: rgb(198,77,236); }
H1.HeaderClassName
{
color: #C64DEC;
}
.AnyTagClassName
{
color: #C64DEC;
}
</style>
background-color css
<style>
a { background-color: #C64DEC; }
a { background-color: rgb(198,77,236); }
div.DivClassName
{
background-color: #C64DEC;
}
.BgClassName
{
background-color: #C64DEC;
}
</style>
border-color css
<style>
span { border-color: #C64DEC; }
span { border-color: rgb(198,77,236); }
td.TdClassName
{
border-color: #C64DEC;
}
.TagClassName
{
border-color: #C64DEC;
}
</style>