Shades of Medium Orchid #C64EEF
Tints of Medium Orchid #C64EEF
RGB
CMYK
RGB Variations
Color information
#C64EEF (or 0xC64EEF) is known color: Medium Orchid. HEX triplet: C6, 4E and EF. RGB value is (198,78,239). Sum of RGB (Red+Green+Blue) = 198+78+239=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C64EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEF is #39B110. Grayscale: #838383. Windows color (decimal): -3780881 or 15683270. OLE color: 15683270.
HSL color Cylindrical-coordinate representation of color #C64EEF: hue angle of 284.72º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64EEF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 78 | 239 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.06 |
| HSL | 284.72º | 0.83% | 0.62% | - |
| HSV(B) | 284.72º | 0.67% | 0.94% | - |
| XYZ | 41.59 | 23.69 | 84.04 | - |
| YUV | 132.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 239 | 0.17 | 0.67 | 0 | 0.06 | 284.72 | 0.83 | 0.62 |
| Hex | C6 | 4E | EF | 11 | 43 | 0 | 6 | 11D | 53 | 3E |
| Octal | 306 | 116 | 357 | 21 | 103 | 0 | 6 | 435 | 123 | 76 |
| Binary | 11000110 | 1001110 | 11101111 | 10001 | 1000011 | 0 | 110 | 100011101 | 1010011 | 111110 |
Color Harmonies of #C64EEF
Complementary color
Monochromatic Colors of #C64EEF
Black with #C64EEF
Text Example
Text Example
White with #C64EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EEF; }
p { color: rgb(198,78,239); }
H1.HeaderClassName
{
color: #C64EEF;
}
.AnyTagClassName
{
color: #C64EEF;
}
</style>
background-color css
<style>
a { background-color: #C64EEF; }
a { background-color: rgb(198,78,239); }
div.DivClassName
{
background-color: #C64EEF;
}
.BgClassName
{
background-color: #C64EEF;
}
</style>
border-color css
<style>
span { border-color: #C64EEF; }
span { border-color: rgb(198,78,239); }
td.TdClassName
{
border-color: #C64EEF;
}
.TagClassName
{
border-color: #C64EEF;
}
</style>