Shades of Medium Orchid #C64EDE
Tints of Medium Orchid #C64EDE
RGB
CMYK
RGB Variations
Color information
#C64EDE (or 0xC64EDE) is known color: Medium Orchid. HEX triplet: C6, 4E and DE. RGB value is (198,78,222). Sum of RGB (Red+Green+Blue) = 198+78+222=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #C64EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EDE is #39B121. Grayscale: #818181. Windows color (decimal): -3780898 or 14569158. OLE color: 14569158.
HSL color Cylindrical-coordinate representation of color #C64EDE: hue angle of 290º degrees, saturation: 0.69, 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 #C64EDE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 78 | 222 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.13 |
| HSL | 290º | 0.69% | 0.59% | - |
| HSV(B) | 290º | 0.65% | 0.87% | - |
| XYZ | 39.2 | 22.73 | 71.43 | - |
| YUV | 130.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 222 | 0.11 | 0.65 | 0 | 0.13 | 290 | 0.69 | 0.59 |
| Hex | C6 | 4E | DE | B | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 306 | 116 | 336 | 13 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000110 | 1001110 | 11011110 | 1011 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C64EDE
Complementary color
Monochromatic Colors of #C64EDE
Black with #C64EDE
Text Example
Text Example
White with #C64EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EDE; }
p { color: rgb(198,78,222); }
H1.HeaderClassName
{
color: #C64EDE;
}
.AnyTagClassName
{
color: #C64EDE;
}
</style>
background-color css
<style>
a { background-color: #C64EDE; }
a { background-color: rgb(198,78,222); }
div.DivClassName
{
background-color: #C64EDE;
}
.BgClassName
{
background-color: #C64EDE;
}
</style>
border-color css
<style>
span { border-color: #C64EDE; }
span { border-color: rgb(198,78,222); }
td.TdClassName
{
border-color: #C64EDE;
}
.TagClassName
{
border-color: #C64EDE;
}
</style>