Shades of Medium Orchid #C059DD
Tints of Medium Orchid #C059DD
RGB
CMYK
RGB Variations
Color information
#C059DD (or 0xC059DD) is known color: Medium Orchid. HEX triplet: C0, 59 and DD. RGB value is (192,89,221). Sum of RGB (Red+Green+Blue) = 192+89+221=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C059DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059DD is #3FA622. Grayscale: #868686. Windows color (decimal): -4171299 or 14506432. OLE color: 14506432.
HSL color Cylindrical-coordinate representation of color #C059DD: hue angle of 286.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C059DD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 89 | 221 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.13 |
| HSL | 286.82º | 0.66% | 0.61% | - |
| HSV(B) | 286.82º | 0.6% | 0.87% | - |
| XYZ | 38.36 | 23.57 | 70.93 | - |
| YUV | 134.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 221 | 0.13 | 0.60 | 0 | 0.13 | 286.82 | 0.66 | 0.61 |
| Hex | C0 | 59 | DD | D | 3C | 0 | D | 11F | 42 | 3D |
| Octal | 300 | 131 | 335 | 15 | 74 | 0 | 15 | 437 | 102 | 75 |
| Binary | 11000000 | 1011001 | 11011101 | 1101 | 111100 | 0 | 1101 | 100011111 | 1000010 | 111101 |
Color Harmonies of #C059DD
Complementary color
Monochromatic Colors of #C059DD
Black with #C059DD
Text Example
Text Example
White with #C059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059DD; }
p { color: rgb(192,89,221); }
H1.HeaderClassName
{
color: #C059DD;
}
.AnyTagClassName
{
color: #C059DD;
}
</style>
background-color css
<style>
a { background-color: #C059DD; }
a { background-color: rgb(192,89,221); }
div.DivClassName
{
background-color: #C059DD;
}
.BgClassName
{
background-color: #C059DD;
}
</style>
border-color css
<style>
span { border-color: #C059DD; }
span { border-color: rgb(192,89,221); }
td.TdClassName
{
border-color: #C059DD;
}
.TagClassName
{
border-color: #C059DD;
}
</style>