Shades of Medium Orchid #C459EB
Tints of Medium Orchid #C459EB
RGB
CMYK
RGB Variations
Color information
#C459EB (or 0xC459EB) is known color: Medium Orchid. HEX triplet: C4, 59 and EB. RGB value is (196,89,235). Sum of RGB (Red+Green+Blue) = 196+89+235=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #C459EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C459EB is #3BA614. Grayscale: #898989. Windows color (decimal): -3909141 or 15423940. OLE color: 15423940.
HSL color Cylindrical-coordinate representation of color #C459EB: hue angle of 283.97º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C459EB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 89 | 235 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.08 |
| HSL | 283.97º | 0.78% | 0.64% | - |
| HSV(B) | 283.97º | 0.62% | 0.92% | - |
| XYZ | 41.33 | 24.88 | 81.22 | - |
| YUV | 137.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 235 | 0.17 | 0.62 | 0 | 0.08 | 283.97 | 0.78 | 0.64 |
| Hex | C4 | 59 | EB | 11 | 3E | 0 | 8 | 11C | 4E | 40 |
| Octal | 304 | 131 | 353 | 21 | 76 | 0 | 10 | 434 | 116 | 100 |
| Binary | 11000100 | 1011001 | 11101011 | 10001 | 111110 | 0 | 1000 | 100011100 | 1001110 | 1000000 |
Color Harmonies of #C459EB
Complementary color
Monochromatic Colors of #C459EB
Black with #C459EB
Text Example
Text Example
White with #C459EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459EB; }
p { color: rgb(196,89,235); }
H1.HeaderClassName
{
color: #C459EB;
}
.AnyTagClassName
{
color: #C459EB;
}
</style>
background-color css
<style>
a { background-color: #C459EB; }
a { background-color: rgb(196,89,235); }
div.DivClassName
{
background-color: #C459EB;
}
.BgClassName
{
background-color: #C459EB;
}
</style>
border-color css
<style>
span { border-color: #C459EB; }
span { border-color: rgb(196,89,235); }
td.TdClassName
{
border-color: #C459EB;
}
.TagClassName
{
border-color: #C459EB;
}
</style>