Shades of Medium Orchid #C459EF
Tints of Medium Orchid #C459EF
RGB
CMYK
RGB Variations
Color information
#C459EF (or 0xC459EF) is known color: Medium Orchid. HEX triplet: C4, 59 and EF. RGB value is (196,89,239). Sum of RGB (Red+Green+Blue) = 196+89+239=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C459EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C459EF is #3BA610. Grayscale: #898989. Windows color (decimal): -3909137 or 15686084. OLE color: 15686084.
HSL color Cylindrical-coordinate representation of color #C459EF: hue angle of 282.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C459EF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 89 | 239 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.06 |
| HSL | 282.8º | 0.82% | 0.64% | - |
| HSV(B) | 282.8º | 0.63% | 0.94% | - |
| XYZ | 41.92 | 25.11 | 84.3 | - |
| YUV | 138.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 239 | 0.18 | 0.63 | 0 | 0.06 | 282.8 | 0.82 | 0.64 |
| Hex | C4 | 59 | EF | 12 | 3F | 0 | 6 | 11B | 52 | 40 |
| Octal | 304 | 131 | 357 | 22 | 77 | 0 | 6 | 433 | 122 | 100 |
| Binary | 11000100 | 1011001 | 11101111 | 10010 | 111111 | 0 | 110 | 100011011 | 1010010 | 1000000 |
Color Harmonies of #C459EF
Complementary color
Monochromatic Colors of #C459EF
Black with #C459EF
Text Example
Text Example
White with #C459EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459EF; }
p { color: rgb(196,89,239); }
H1.HeaderClassName
{
color: #C459EF;
}
.AnyTagClassName
{
color: #C459EF;
}
</style>
background-color css
<style>
a { background-color: #C459EF; }
a { background-color: rgb(196,89,239); }
div.DivClassName
{
background-color: #C459EF;
}
.BgClassName
{
background-color: #C459EF;
}
</style>
border-color css
<style>
span { border-color: #C459EF; }
span { border-color: rgb(196,89,239); }
td.TdClassName
{
border-color: #C459EF;
}
.TagClassName
{
border-color: #C459EF;
}
</style>