Shades of Medium Orchid #C64EED
Tints of Medium Orchid #C64EED
RGB
CMYK
RGB Variations
Color information
#C64EED (or 0xC64EED) is known color: Medium Orchid. HEX triplet: C6, 4E and ED. RGB value is (198,78,237). Sum of RGB (Red+Green+Blue) = 198+78+237=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EED is #39B112. Grayscale: #838383. Windows color (decimal): -3780883 or 15552198. OLE color: 15552198.
HSL color Cylindrical-coordinate representation of color #C64EED: hue angle of 285.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64EED is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 78 | 237 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.28º | 0.82% | 0.62% | - |
| HSV(B) | 285.28º | 0.67% | 0.93% | - |
| XYZ | 41.3 | 23.57 | 82.49 | - |
| YUV | 132.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 237 | 0.16 | 0.67 | 0 | 0.07 | 285.28 | 0.82 | 0.62 |
| Hex | C6 | 4E | ED | 10 | 43 | 0 | 7 | 11D | 52 | 3E |
| Octal | 306 | 116 | 355 | 20 | 103 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000110 | 1001110 | 11101101 | 10000 | 1000011 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C64EED
Complementary color
Monochromatic Colors of #C64EED
Black with #C64EED
Text Example
Text Example
White with #C64EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EED; }
p { color: rgb(198,78,237); }
H1.HeaderClassName
{
color: #C64EED;
}
.AnyTagClassName
{
color: #C64EED;
}
</style>
background-color css
<style>
a { background-color: #C64EED; }
a { background-color: rgb(198,78,237); }
div.DivClassName
{
background-color: #C64EED;
}
.BgClassName
{
background-color: #C64EED;
}
</style>
border-color css
<style>
span { border-color: #C64EED; }
span { border-color: rgb(198,78,237); }
td.TdClassName
{
border-color: #C64EED;
}
.TagClassName
{
border-color: #C64EED;
}
</style>