Shades of Medium Orchid #C259EF
Tints of Medium Orchid #C259EF
RGB
CMYK
RGB Variations
Color information
#C259EF (or 0xC259EF) is known color: Medium Orchid. HEX triplet: C2, 59 and EF. RGB value is (194,89,239). Sum of RGB (Red+Green+Blue) = 194+89+239=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C259EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259EF is #3DA610. Grayscale: #898989. Windows color (decimal): -4040209 or 15686082. OLE color: 15686082.
HSL color Cylindrical-coordinate representation of color #C259EF: hue angle of 282º 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 #C259EF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 89 | 239 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.06 |
| HSL | 282º | 0.82% | 0.64% | - |
| HSV(B) | 282º | 0.63% | 0.94% | - |
| XYZ | 41.4 | 24.85 | 84.28 | - |
| YUV | 137.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 239 | 0.19 | 0.63 | 0 | 0.06 | 282 | 0.82 | 0.64 |
| Hex | C2 | 59 | EF | 13 | 3F | 0 | 6 | 11A | 52 | 40 |
| Octal | 302 | 131 | 357 | 23 | 77 | 0 | 6 | 432 | 122 | 100 |
| Binary | 11000010 | 1011001 | 11101111 | 10011 | 111111 | 0 | 110 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C259EF
Complementary color
Monochromatic Colors of #C259EF
Black with #C259EF
Text Example
Text Example
White with #C259EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259EF; }
p { color: rgb(194,89,239); }
H1.HeaderClassName
{
color: #C259EF;
}
.AnyTagClassName
{
color: #C259EF;
}
</style>
background-color css
<style>
a { background-color: #C259EF; }
a { background-color: rgb(194,89,239); }
div.DivClassName
{
background-color: #C259EF;
}
.BgClassName
{
background-color: #C259EF;
}
</style>
border-color css
<style>
span { border-color: #C259EF; }
span { border-color: rgb(194,89,239); }
td.TdClassName
{
border-color: #C259EF;
}
.TagClassName
{
border-color: #C259EF;
}
</style>