Shades of Medium Orchid #C059D3
Tints of Medium Orchid #C059D3
RGB
CMYK
RGB Variations
Color information
#C059D3 (or 0xC059D3) is known color: Medium Orchid. HEX triplet: C0, 59 and D3. RGB value is (192,89,211). Sum of RGB (Red+Green+Blue) = 192+89+211=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #C059D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059D3 is #3FA62C. Grayscale: #858585. Windows color (decimal): -4171309 or 13851072. OLE color: 13851072.
HSL color Cylindrical-coordinate representation of color #C059D3: hue angle of 290.66º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C059D3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 89 | 211 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.17 |
| HSL | 290.66º | 0.58% | 0.59% | - |
| HSV(B) | 290.66º | 0.58% | 0.83% | - |
| XYZ | 37.07 | 23.05 | 64.12 | - |
| YUV | 133.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 211 | 0.09 | 0.58 | 0 | 0.17 | 290.66 | 0.58 | 0.59 |
| Hex | C0 | 59 | D3 | 9 | 3A | 0 | 11 | 123 | 3A | 3B |
| Octal | 300 | 131 | 323 | 11 | 72 | 0 | 21 | 443 | 72 | 73 |
| Binary | 11000000 | 1011001 | 11010011 | 1001 | 111010 | 0 | 10001 | 100100011 | 111010 | 111011 |
Color Harmonies of #C059D3
Complementary color
Monochromatic Colors of #C059D3
Black with #C059D3
Text Example
Text Example
White with #C059D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059D3; }
p { color: rgb(192,89,211); }
H1.HeaderClassName
{
color: #C059D3;
}
.AnyTagClassName
{
color: #C059D3;
}
</style>
background-color css
<style>
a { background-color: #C059D3; }
a { background-color: rgb(192,89,211); }
div.DivClassName
{
background-color: #C059D3;
}
.BgClassName
{
background-color: #C059D3;
}
</style>
border-color css
<style>
span { border-color: #C059D3; }
span { border-color: rgb(192,89,211); }
td.TdClassName
{
border-color: #C059D3;
}
.TagClassName
{
border-color: #C059D3;
}
</style>