Shades of Medium Orchid #C64EEB
Tints of Medium Orchid #C64EEB
RGB
CMYK
RGB Variations
Color information
#C64EEB (or 0xC64EEB) is known color: Medium Orchid. HEX triplet: C6, 4E and EB. RGB value is (198,78,235). Sum of RGB (Red+Green+Blue) = 198+78+235=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C64EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EEB is #39B114. Grayscale: #838383. Windows color (decimal): -3780885 or 15421126. OLE color: 15421126.
HSL color Cylindrical-coordinate representation of color #C64EEB: hue angle of 285.86º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64EEB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 78 | 235 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.08 |
| HSL | 285.86º | 0.8% | 0.61% | - |
| HSV(B) | 285.86º | 0.67% | 0.92% | - |
| XYZ | 41.01 | 23.45 | 80.96 | - |
| YUV | 131.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 235 | 0.16 | 0.67 | 0 | 0.08 | 285.86 | 0.8 | 0.61 |
| Hex | C6 | 4E | EB | 10 | 43 | 0 | 8 | 11E | 50 | 3D |
| Octal | 306 | 116 | 353 | 20 | 103 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000110 | 1001110 | 11101011 | 10000 | 1000011 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C64EEB
Complementary color
Monochromatic Colors of #C64EEB
Black with #C64EEB
Text Example
Text Example
White with #C64EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EEB; }
p { color: rgb(198,78,235); }
H1.HeaderClassName
{
color: #C64EEB;
}
.AnyTagClassName
{
color: #C64EEB;
}
</style>
background-color css
<style>
a { background-color: #C64EEB; }
a { background-color: rgb(198,78,235); }
div.DivClassName
{
background-color: #C64EEB;
}
.BgClassName
{
background-color: #C64EEB;
}
</style>
border-color css
<style>
span { border-color: #C64EEB; }
span { border-color: rgb(198,78,235); }
td.TdClassName
{
border-color: #C64EEB;
}
.TagClassName
{
border-color: #C64EEB;
}
</style>