Shades of Medium Orchid #C459E6
Tints of Medium Orchid #C459E6
RGB
CMYK
RGB Variations
Color information
#C459E6 (or 0xC459E6) is known color: Medium Orchid. HEX triplet: C4, 59 and E6. RGB value is (196,89,230). Sum of RGB (Red+Green+Blue) = 196+89+230=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #C459E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C459E6 is #3BA619. Grayscale: #888888. Windows color (decimal): -3909146 or 15096260. OLE color: 15096260.
HSL color Cylindrical-coordinate representation of color #C459E6: hue angle of 285.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C459E6 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 89 | 230 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.10 |
| HSL | 285.53º | 0.74% | 0.63% | - |
| HSV(B) | 285.53º | 0.61% | 0.9% | - |
| XYZ | 40.62 | 24.59 | 77.47 | - |
| YUV | 137.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 230 | 0.15 | 0.61 | 0 | 0.10 | 285.53 | 0.74 | 0.63 |
| Hex | C4 | 59 | E6 | F | 3D | 0 | A | 11E | 4A | 3F |
| Octal | 304 | 131 | 346 | 17 | 75 | 0 | 12 | 436 | 112 | 77 |
| Binary | 11000100 | 1011001 | 11100110 | 1111 | 111101 | 0 | 1010 | 100011110 | 1001010 | 111111 |
Color Harmonies of #C459E6
Complementary color
Monochromatic Colors of #C459E6
Black with #C459E6
Text Example
Text Example
White with #C459E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459E6; }
p { color: rgb(196,89,230); }
H1.HeaderClassName
{
color: #C459E6;
}
.AnyTagClassName
{
color: #C459E6;
}
</style>
background-color css
<style>
a { background-color: #C459E6; }
a { background-color: rgb(196,89,230); }
div.DivClassName
{
background-color: #C459E6;
}
.BgClassName
{
background-color: #C459E6;
}
</style>
border-color css
<style>
span { border-color: #C459E6; }
span { border-color: rgb(196,89,230); }
td.TdClassName
{
border-color: #C459E6;
}
.TagClassName
{
border-color: #C459E6;
}
</style>