Shades of Medium Orchid #C259CE
Tints of Medium Orchid #C259CE
RGB
CMYK
RGB Variations
Color information
#C259CE (or 0xC259CE) is known color: Medium Orchid. HEX triplet: C2, 59 and CE. RGB value is (194,89,206). Sum of RGB (Red+Green+Blue) = 194+89+206=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C259CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CE is #3DA631. Grayscale: #858585. Windows color (decimal): -4040242 or 13523394. OLE color: 13523394.
HSL color Cylindrical-coordinate representation of color #C259CE: hue angle of 293.85º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C259CE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 89 | 206 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.19 |
| HSL | 293.85º | 0.54% | 0.58% | - |
| HSV(B) | 293.85º | 0.57% | 0.81% | - |
| XYZ | 36.96 | 23.07 | 60.9 | - |
| YUV | 133.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 206 | 0.06 | 0.57 | 0 | 0.19 | 293.85 | 0.54 | 0.58 |
| Hex | C2 | 59 | CE | 6 | 39 | 0 | 13 | 126 | 36 | 3A |
| Octal | 302 | 131 | 316 | 6 | 71 | 0 | 23 | 446 | 66 | 72 |
| Binary | 11000010 | 1011001 | 11001110 | 110 | 111001 | 0 | 10011 | 100100110 | 110110 | 111010 |
Color Harmonies of #C259CE
Complementary color
Monochromatic Colors of #C259CE
Black with #C259CE
Text Example
Text Example
White with #C259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259CE; }
p { color: rgb(194,89,206); }
H1.HeaderClassName
{
color: #C259CE;
}
.AnyTagClassName
{
color: #C259CE;
}
</style>
background-color css
<style>
a { background-color: #C259CE; }
a { background-color: rgb(194,89,206); }
div.DivClassName
{
background-color: #C259CE;
}
.BgClassName
{
background-color: #C259CE;
}
</style>
border-color css
<style>
span { border-color: #C259CE; }
span { border-color: rgb(194,89,206); }
td.TdClassName
{
border-color: #C259CE;
}
.TagClassName
{
border-color: #C259CE;
}
</style>