Shades of Medium Orchid #C64EDD
Tints of Medium Orchid #C64EDD
RGB
CMYK
RGB Variations
Color information
#C64EDD (or 0xC64EDD) is known color: Medium Orchid. HEX triplet: C6, 4E and DD. RGB value is (198,78,221). Sum of RGB (Red+Green+Blue) = 198+78+221=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C64EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EDD is #39B122. Grayscale: #818181. Windows color (decimal): -3780899 or 14503622. OLE color: 14503622.
HSL color Cylindrical-coordinate representation of color #C64EDD: hue angle of 290.35º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64EDD is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 78 | 221 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.35º | 0.68% | 0.59% | - |
| HSV(B) | 290.35º | 0.65% | 0.87% | - |
| XYZ | 39.06 | 22.68 | 70.72 | - |
| YUV | 130.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 221 | 0.10 | 0.65 | 0 | 0.13 | 290.35 | 0.68 | 0.59 |
| Hex | C6 | 4E | DD | A | 41 | 0 | D | 122 | 44 | 3B |
| Octal | 306 | 116 | 335 | 12 | 101 | 0 | 15 | 442 | 104 | 73 |
| Binary | 11000110 | 1001110 | 11011101 | 1010 | 1000001 | 0 | 1101 | 100100010 | 1000100 | 111011 |
Color Harmonies of #C64EDD
Complementary color
Monochromatic Colors of #C64EDD
Black with #C64EDD
Text Example
Text Example
White with #C64EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EDD; }
p { color: rgb(198,78,221); }
H1.HeaderClassName
{
color: #C64EDD;
}
.AnyTagClassName
{
color: #C64EDD;
}
</style>
background-color css
<style>
a { background-color: #C64EDD; }
a { background-color: rgb(198,78,221); }
div.DivClassName
{
background-color: #C64EDD;
}
.BgClassName
{
background-color: #C64EDD;
}
</style>
border-color css
<style>
span { border-color: #C64EDD; }
span { border-color: rgb(198,78,221); }
td.TdClassName
{
border-color: #C64EDD;
}
.TagClassName
{
border-color: #C64EDD;
}
</style>