Shades of Medium Orchid #C059D1
Tints of Medium Orchid #C059D1
RGB
CMYK
RGB Variations
Color information
#C059D1 (or 0xC059D1) is known color: Medium Orchid. HEX triplet: C0, 59 and D1. RGB value is (192,89,209). Sum of RGB (Red+Green+Blue) = 192+89+209=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #C059D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059D1 is #3FA62E. Grayscale: #858585. Windows color (decimal): -4171311 or 13720000. OLE color: 13720000.
HSL color Cylindrical-coordinate representation of color #C059D1: hue angle of 291.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 #C059D1 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 89 | 209 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.18 |
| HSL | 291.5º | 0.57% | 0.58% | - |
| HSV(B) | 291.5º | 0.57% | 0.82% | - |
| XYZ | 36.82 | 22.95 | 62.81 | - |
| YUV | 133.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 209 | 0.08 | 0.57 | 0 | 0.18 | 291.5 | 0.57 | 0.58 |
| Hex | C0 | 59 | D1 | 8 | 39 | 0 | 12 | 124 | 39 | 3A |
| Octal | 300 | 131 | 321 | 10 | 71 | 0 | 22 | 444 | 71 | 72 |
| Binary | 11000000 | 1011001 | 11010001 | 1000 | 111001 | 0 | 10010 | 100100100 | 111001 | 111010 |
Color Harmonies of #C059D1
Complementary color
Monochromatic Colors of #C059D1
Black with #C059D1
Text Example
Text Example
White with #C059D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059D1; }
p { color: rgb(192,89,209); }
H1.HeaderClassName
{
color: #C059D1;
}
.AnyTagClassName
{
color: #C059D1;
}
</style>
background-color css
<style>
a { background-color: #C059D1; }
a { background-color: rgb(192,89,209); }
div.DivClassName
{
background-color: #C059D1;
}
.BgClassName
{
background-color: #C059D1;
}
</style>
border-color css
<style>
span { border-color: #C059D1; }
span { border-color: rgb(192,89,209); }
td.TdClassName
{
border-color: #C059D1;
}
.TagClassName
{
border-color: #C059D1;
}
</style>