Shades of Medium Orchid #C64DED
Tints of Medium Orchid #C64DED
RGB
CMYK
RGB Variations
Color information
#C64DED (or 0xC64DED) is known color: Medium Orchid. HEX triplet: C6, 4D and ED. RGB value is (198,77,237). Sum of RGB (Red+Green+Blue) = 198+77+237=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DED is #39B212. Grayscale: #828282. Windows color (decimal): -3781139 or 15551942. OLE color: 15551942.
HSL color Cylindrical-coordinate representation of color #C64DED: hue angle of 285.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64DED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 77 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 285.38º | 0.82% | 0.62% | - |
| HSV(B) | 285.38º | 0.68% | 0.93% | - |
| XYZ | 41.23 | 23.43 | 82.47 | - |
| YUV | 131.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 237 | 0.16 | 0.68 | 0 | 0.07 | 285.38 | 0.82 | 0.62 |
| Hex | C6 | 4D | ED | 10 | 44 | 0 | 7 | 11D | 52 | 3E |
| Octal | 306 | 115 | 355 | 20 | 104 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000110 | 1001101 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C64DED
Complementary color
Monochromatic Colors of #C64DED
Black with #C64DED
Text Example
Text Example
White with #C64DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DED; }
p { color: rgb(198,77,237); }
H1.HeaderClassName
{
color: #C64DED;
}
.AnyTagClassName
{
color: #C64DED;
}
</style>
background-color css
<style>
a { background-color: #C64DED; }
a { background-color: rgb(198,77,237); }
div.DivClassName
{
background-color: #C64DED;
}
.BgClassName
{
background-color: #C64DED;
}
</style>
border-color css
<style>
span { border-color: #C64DED; }
span { border-color: rgb(198,77,237); }
td.TdClassName
{
border-color: #C64DED;
}
.TagClassName
{
border-color: #C64DED;
}
</style>