Shades of Medium Orchid #C059DA
Tints of Medium Orchid #C059DA
RGB
CMYK
RGB Variations
Color information
#C059DA (or 0xC059DA) is known color: Medium Orchid. HEX triplet: C0, 59 and DA. RGB value is (192,89,218). Sum of RGB (Red+Green+Blue) = 192+89+218=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C059DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059DA is #3FA625. Grayscale: #868686. Windows color (decimal): -4171302 or 14309824. OLE color: 14309824.
HSL color Cylindrical-coordinate representation of color #C059DA: hue angle of 287.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C059DA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 89 | 218 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.15 |
| HSL | 287.91º | 0.64% | 0.6% | - |
| HSV(B) | 287.91º | 0.59% | 0.85% | - |
| XYZ | 37.97 | 23.41 | 68.85 | - |
| YUV | 134.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 218 | 0.12 | 0.59 | 0 | 0.15 | 287.91 | 0.64 | 0.6 |
| Hex | C0 | 59 | DA | C | 3B | 0 | F | 120 | 40 | 3C |
| Octal | 300 | 131 | 332 | 14 | 73 | 0 | 17 | 440 | 100 | 74 |
| Binary | 11000000 | 1011001 | 11011010 | 1100 | 111011 | 0 | 1111 | 100100000 | 1000000 | 111100 |
Color Harmonies of #C059DA
Complementary color
Monochromatic Colors of #C059DA
Black with #C059DA
Text Example
Text Example
White with #C059DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059DA; }
p { color: rgb(192,89,218); }
H1.HeaderClassName
{
color: #C059DA;
}
.AnyTagClassName
{
color: #C059DA;
}
</style>
background-color css
<style>
a { background-color: #C059DA; }
a { background-color: rgb(192,89,218); }
div.DivClassName
{
background-color: #C059DA;
}
.BgClassName
{
background-color: #C059DA;
}
</style>
border-color css
<style>
span { border-color: #C059DA; }
span { border-color: rgb(192,89,218); }
td.TdClassName
{
border-color: #C059DA;
}
.TagClassName
{
border-color: #C059DA;
}
</style>