Shades of Medium Orchid #C64EDC
Tints of Medium Orchid #C64EDC
RGB
CMYK
RGB Variations
Color information
#C64EDC (or 0xC64EDC) is known color: Medium Orchid. HEX triplet: C6, 4E and DC. RGB value is (198,78,220). Sum of RGB (Red+Green+Blue) = 198+78+220=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EDC is #39B123. Grayscale: #818181. Windows color (decimal): -3780900 or 14438086. OLE color: 14438086.
HSL color Cylindrical-coordinate representation of color #C64EDC: hue angle of 290.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64EDC is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 78 | 220 | - |
| CMYK | 0.1 | 0.65 | 0 | 0.14 |
| HSL | 290.7º | 0.67% | 0.58% | - |
| HSV(B) | 290.7º | 0.65% | 0.86% | - |
| XYZ | 38.93 | 22.62 | 70.02 | - |
| YUV | 130.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 220 | 0.1 | 0.65 | 0 | 0.14 | 290.7 | 0.67 | 0.58 |
| Hex | C6 | 4E | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 306 | 116 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000110 | 1001110 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C64EDC
Complementary color
Monochromatic Colors of #C64EDC
Black with #C64EDC
Text Example
Text Example
White with #C64EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EDC; }
p { color: rgb(198,78,220); }
H1.HeaderClassName
{
color: #C64EDC;
}
.AnyTagClassName
{
color: #C64EDC;
}
</style>
background-color css
<style>
a { background-color: #C64EDC; }
a { background-color: rgb(198,78,220); }
div.DivClassName
{
background-color: #C64EDC;
}
.BgClassName
{
background-color: #C64EDC;
}
</style>
border-color css
<style>
span { border-color: #C64EDC; }
span { border-color: rgb(198,78,220); }
td.TdClassName
{
border-color: #C64EDC;
}
.TagClassName
{
border-color: #C64EDC;
}
</style>