Shades of Medium Orchid #C059CD
Tints of Medium Orchid #C059CD
RGB
CMYK
RGB Variations
Color information
#C059CD (or 0xC059CD) is known color: Medium Orchid. HEX triplet: C0, 59 and CD. RGB value is (192,89,205). Sum of RGB (Red+Green+Blue) = 192+89+205=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C059CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CD is #3FA632. Grayscale: #848484. Windows color (decimal): -4171315 or 13457856. OLE color: 13457856.
HSL color Cylindrical-coordinate representation of color #C059CD: hue angle of 293.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C059CD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 89 | 205 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.20 |
| HSL | 293.28º | 0.54% | 0.58% | - |
| HSV(B) | 293.28º | 0.57% | 0.8% | - |
| XYZ | 36.33 | 22.76 | 60.24 | - |
| YUV | 133.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 205 | 0.06 | 0.57 | 0 | 0.20 | 293.28 | 0.54 | 0.58 |
| Hex | C0 | 59 | CD | 6 | 39 | 0 | 14 | 125 | 36 | 3A |
| Octal | 300 | 131 | 315 | 6 | 71 | 0 | 24 | 445 | 66 | 72 |
| Binary | 11000000 | 1011001 | 11001101 | 110 | 111001 | 0 | 10100 | 100100101 | 110110 | 111010 |
Color Harmonies of #C059CD
Complementary color
Monochromatic Colors of #C059CD
Black with #C059CD
Text Example
Text Example
White with #C059CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059CD; }
p { color: rgb(192,89,205); }
H1.HeaderClassName
{
color: #C059CD;
}
.AnyTagClassName
{
color: #C059CD;
}
</style>
background-color css
<style>
a { background-color: #C059CD; }
a { background-color: rgb(192,89,205); }
div.DivClassName
{
background-color: #C059CD;
}
.BgClassName
{
background-color: #C059CD;
}
</style>
border-color css
<style>
span { border-color: #C059CD; }
span { border-color: rgb(192,89,205); }
td.TdClassName
{
border-color: #C059CD;
}
.TagClassName
{
border-color: #C059CD;
}
</style>