Shades of Medium Orchid #C059DC
Tints of Medium Orchid #C059DC
RGB
CMYK
RGB Variations
Color information
#C059DC (or 0xC059DC) is known color: Medium Orchid. HEX triplet: C0, 59 and DC. RGB value is (192,89,220). Sum of RGB (Red+Green+Blue) = 192+89+220=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C059DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059DC is #3FA623. Grayscale: #868686. Windows color (decimal): -4171300 or 14440896. OLE color: 14440896.
HSL color Cylindrical-coordinate representation of color #C059DC: hue angle of 287.18º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C059DC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 89 | 220 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.14 |
| HSL | 287.18º | 0.65% | 0.61% | - |
| HSV(B) | 287.18º | 0.6% | 0.86% | - |
| XYZ | 38.23 | 23.52 | 70.23 | - |
| YUV | 134.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 220 | 0.13 | 0.60 | 0 | 0.14 | 287.18 | 0.65 | 0.61 |
| Hex | C0 | 59 | DC | D | 3C | 0 | E | 11F | 41 | 3D |
| Octal | 300 | 131 | 334 | 15 | 74 | 0 | 16 | 437 | 101 | 75 |
| Binary | 11000000 | 1011001 | 11011100 | 1101 | 111100 | 0 | 1110 | 100011111 | 1000001 | 111101 |
Color Harmonies of #C059DC
Complementary color
Monochromatic Colors of #C059DC
Black with #C059DC
Text Example
Text Example
White with #C059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059DC; }
p { color: rgb(192,89,220); }
H1.HeaderClassName
{
color: #C059DC;
}
.AnyTagClassName
{
color: #C059DC;
}
</style>
background-color css
<style>
a { background-color: #C059DC; }
a { background-color: rgb(192,89,220); }
div.DivClassName
{
background-color: #C059DC;
}
.BgClassName
{
background-color: #C059DC;
}
</style>
border-color css
<style>
span { border-color: #C059DC; }
span { border-color: rgb(192,89,220); }
td.TdClassName
{
border-color: #C059DC;
}
.TagClassName
{
border-color: #C059DC;
}
</style>