Shades of Medium Orchid #C259D1
Tints of Medium Orchid #C259D1
RGB
CMYK
RGB Variations
Color information
#C259D1 (or 0xC259D1) is known color: Medium Orchid. HEX triplet: C2, 59 and D1. RGB value is (194,89,209). Sum of RGB (Red+Green+Blue) = 194+89+209=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #C259D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259D1 is #3DA62E. Grayscale: #858585. Windows color (decimal): -4040239 or 13720002. OLE color: 13720002.
HSL color Cylindrical-coordinate representation of color #C259D1: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C259D1 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 89 | 209 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.18 |
| HSL | 292.5º | 0.57% | 0.58% | - |
| HSV(B) | 292.5º | 0.57% | 0.82% | - |
| XYZ | 37.33 | 23.22 | 62.84 | - |
| YUV | 134.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 209 | 0.07 | 0.57 | 0 | 0.18 | 292.5 | 0.57 | 0.58 |
| Hex | C2 | 59 | D1 | 7 | 39 | 0 | 12 | 124 | 39 | 3A |
| Octal | 302 | 131 | 321 | 7 | 71 | 0 | 22 | 444 | 71 | 72 |
| Binary | 11000010 | 1011001 | 11010001 | 111 | 111001 | 0 | 10010 | 100100100 | 111001 | 111010 |
Color Harmonies of #C259D1
Complementary color
Monochromatic Colors of #C259D1
Black with #C259D1
Text Example
Text Example
White with #C259D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259D1; }
p { color: rgb(194,89,209); }
H1.HeaderClassName
{
color: #C259D1;
}
.AnyTagClassName
{
color: #C259D1;
}
</style>
background-color css
<style>
a { background-color: #C259D1; }
a { background-color: rgb(194,89,209); }
div.DivClassName
{
background-color: #C259D1;
}
.BgClassName
{
background-color: #C259D1;
}
</style>
border-color css
<style>
span { border-color: #C259D1; }
span { border-color: rgb(194,89,209); }
td.TdClassName
{
border-color: #C259D1;
}
.TagClassName
{
border-color: #C259D1;
}
</style>