Shades of Medium Orchid #C059DE
Tints of Medium Orchid #C059DE
RGB
CMYK
RGB Variations
Color information
#C059DE (or 0xC059DE) is known color: Medium Orchid. HEX triplet: C0, 59 and DE. RGB value is (192,89,222). Sum of RGB (Red+Green+Blue) = 192+89+222=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #C059DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059DE is #3FA621. Grayscale: #868686. Windows color (decimal): -4171298 or 14571968. OLE color: 14571968.
HSL color Cylindrical-coordinate representation of color #C059DE: hue angle of 286.47º degrees, saturation: 0.67, 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 #C059DE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 89 | 222 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.13 |
| HSL | 286.47º | 0.67% | 0.61% | - |
| HSV(B) | 286.47º | 0.6% | 0.87% | - |
| XYZ | 38.5 | 23.63 | 71.64 | - |
| YUV | 134.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 222 | 0.14 | 0.60 | 0 | 0.13 | 286.47 | 0.67 | 0.61 |
| Hex | C0 | 59 | DE | E | 3C | 0 | D | 11E | 43 | 3D |
| Octal | 300 | 131 | 336 | 16 | 74 | 0 | 15 | 436 | 103 | 75 |
| Binary | 11000000 | 1011001 | 11011110 | 1110 | 111100 | 0 | 1101 | 100011110 | 1000011 | 111101 |
Color Harmonies of #C059DE
Complementary color
Monochromatic Colors of #C059DE
Black with #C059DE
Text Example
Text Example
White with #C059DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059DE; }
p { color: rgb(192,89,222); }
H1.HeaderClassName
{
color: #C059DE;
}
.AnyTagClassName
{
color: #C059DE;
}
</style>
background-color css
<style>
a { background-color: #C059DE; }
a { background-color: rgb(192,89,222); }
div.DivClassName
{
background-color: #C059DE;
}
.BgClassName
{
background-color: #C059DE;
}
</style>
border-color css
<style>
span { border-color: #C059DE; }
span { border-color: rgb(192,89,222); }
td.TdClassName
{
border-color: #C059DE;
}
.TagClassName
{
border-color: #C059DE;
}
</style>