Shades of Medium Orchid #C459EE
Tints of Medium Orchid #C459EE
RGB
CMYK
RGB Variations
Color information
#C459EE (or 0xC459EE) is known color: Medium Orchid. HEX triplet: C4, 59 and EE. RGB value is (196,89,238). Sum of RGB (Red+Green+Blue) = 196+89+238=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C459EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C459EE is #3BA611. Grayscale: #898989. Windows color (decimal): -3909138 or 15620548. OLE color: 15620548.
HSL color Cylindrical-coordinate representation of color #C459EE: hue angle of 283.09º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C459EE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 89 | 238 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 283.09º | 0.81% | 0.64% | - |
| HSV(B) | 283.09º | 0.63% | 0.93% | - |
| XYZ | 41.77 | 25.05 | 83.52 | - |
| YUV | 137.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 238 | 0.18 | 0.63 | 0 | 0.07 | 283.09 | 0.81 | 0.64 |
| Hex | C4 | 59 | EE | 12 | 3F | 0 | 7 | 11B | 51 | 40 |
| Octal | 304 | 131 | 356 | 22 | 77 | 0 | 7 | 433 | 121 | 100 |
| Binary | 11000100 | 1011001 | 11101110 | 10010 | 111111 | 0 | 111 | 100011011 | 1010001 | 1000000 |
Color Harmonies of #C459EE
Complementary color
Monochromatic Colors of #C459EE
Black with #C459EE
Text Example
Text Example
White with #C459EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459EE; }
p { color: rgb(196,89,238); }
H1.HeaderClassName
{
color: #C459EE;
}
.AnyTagClassName
{
color: #C459EE;
}
</style>
background-color css
<style>
a { background-color: #C459EE; }
a { background-color: rgb(196,89,238); }
div.DivClassName
{
background-color: #C459EE;
}
.BgClassName
{
background-color: #C459EE;
}
</style>
border-color css
<style>
span { border-color: #C459EE; }
span { border-color: rgb(196,89,238); }
td.TdClassName
{
border-color: #C459EE;
}
.TagClassName
{
border-color: #C459EE;
}
</style>