Shades of Medium Orchid #C259EC
Tints of Medium Orchid #C259EC
RGB
CMYK
RGB Variations
Color information
#C259EC (or 0xC259EC) is known color: Medium Orchid. HEX triplet: C2, 59 and EC. RGB value is (194,89,236). Sum of RGB (Red+Green+Blue) = 194+89+236=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #C259EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259EC is #3DA613. Grayscale: #888888. Windows color (decimal): -4040212 or 15489474. OLE color: 15489474.
HSL color Cylindrical-coordinate representation of color #C259EC: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C259EC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 89 | 236 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.86º | 0.79% | 0.64% | - |
| HSV(B) | 282.86º | 0.62% | 0.93% | - |
| XYZ | 40.96 | 24.67 | 81.96 | - |
| YUV | 137.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 236 | 0.18 | 0.62 | 0 | 0.07 | 282.86 | 0.79 | 0.64 |
| Hex | C2 | 59 | EC | 12 | 3E | 0 | 7 | 11B | 4F | 40 |
| Octal | 302 | 131 | 354 | 22 | 76 | 0 | 7 | 433 | 117 | 100 |
| Binary | 11000010 | 1011001 | 11101100 | 10010 | 111110 | 0 | 111 | 100011011 | 1001111 | 1000000 |
Color Harmonies of #C259EC
Complementary color
Monochromatic Colors of #C259EC
Black with #C259EC
Text Example
Text Example
White with #C259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259EC; }
p { color: rgb(194,89,236); }
H1.HeaderClassName
{
color: #C259EC;
}
.AnyTagClassName
{
color: #C259EC;
}
</style>
background-color css
<style>
a { background-color: #C259EC; }
a { background-color: rgb(194,89,236); }
div.DivClassName
{
background-color: #C259EC;
}
.BgClassName
{
background-color: #C259EC;
}
</style>
border-color css
<style>
span { border-color: #C259EC; }
span { border-color: rgb(194,89,236); }
td.TdClassName
{
border-color: #C259EC;
}
.TagClassName
{
border-color: #C259EC;
}
</style>