Shades of Medium Orchid #C64ED6
Tints of Medium Orchid #C64ED6
RGB
CMYK
RGB Variations
Color information
#C64ED6 (or 0xC64ED6) is known color: Medium Orchid. HEX triplet: C6, 4E and D6. RGB value is (198,78,214). Sum of RGB (Red+Green+Blue) = 198+78+214=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #C64ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ED6 is #39B129. Grayscale: #808080. Windows color (decimal): -3780906 or 14044870. OLE color: 14044870.
HSL color Cylindrical-coordinate representation of color #C64ED6: hue angle of 292.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64ED6 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 78 | 214 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.16 |
| HSL | 292.94º | 0.62% | 0.57% | - |
| HSV(B) | 292.94º | 0.64% | 0.84% | - |
| XYZ | 38.15 | 22.31 | 65.91 | - |
| YUV | 129.38 | 175.76 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 214 | 0.07 | 0.64 | 0 | 0.16 | 292.94 | 0.62 | 0.57 |
| Hex | C6 | 4E | D6 | 7 | 40 | 0 | 10 | 125 | 3E | 39 |
| Octal | 306 | 116 | 326 | 7 | 100 | 0 | 20 | 445 | 76 | 71 |
| Binary | 11000110 | 1001110 | 11010110 | 111 | 1000000 | 0 | 10000 | 100100101 | 111110 | 111001 |
Color Harmonies of #C64ED6
Complementary color
Monochromatic Colors of #C64ED6
Black with #C64ED6
Text Example
Text Example
White with #C64ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ED6; }
p { color: rgb(198,78,214); }
H1.HeaderClassName
{
color: #C64ED6;
}
.AnyTagClassName
{
color: #C64ED6;
}
</style>
background-color css
<style>
a { background-color: #C64ED6; }
a { background-color: rgb(198,78,214); }
div.DivClassName
{
background-color: #C64ED6;
}
.BgClassName
{
background-color: #C64ED6;
}
</style>
border-color css
<style>
span { border-color: #C64ED6; }
span { border-color: rgb(198,78,214); }
td.TdClassName
{
border-color: #C64ED6;
}
.TagClassName
{
border-color: #C64ED6;
}
</style>