Shades of Medium Orchid #C059E6
Tints of Medium Orchid #C059E6
RGB
CMYK
RGB Variations
Color information
#C059E6 (or 0xC059E6) is known color: Medium Orchid. HEX triplet: C0, 59 and E6. RGB value is (192,89,230). Sum of RGB (Red+Green+Blue) = 192+89+230=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #C059E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059E6 is #3FA619. Grayscale: #878787. Windows color (decimal): -4171290 or 15096256. OLE color: 15096256.
HSL color Cylindrical-coordinate representation of color #C059E6: hue angle of 283.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C059E6 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 89 | 230 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.10 |
| HSL | 283.83º | 0.74% | 0.63% | - |
| HSV(B) | 283.83º | 0.61% | 0.9% | - |
| XYZ | 39.59 | 24.06 | 77.42 | - |
| YUV | 135.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 230 | 0.17 | 0.61 | 0 | 0.10 | 283.83 | 0.74 | 0.63 |
| Hex | C0 | 59 | E6 | 11 | 3D | 0 | A | 11C | 4A | 3F |
| Octal | 300 | 131 | 346 | 21 | 75 | 0 | 12 | 434 | 112 | 77 |
| Binary | 11000000 | 1011001 | 11100110 | 10001 | 111101 | 0 | 1010 | 100011100 | 1001010 | 111111 |
Color Harmonies of #C059E6
Complementary color
Monochromatic Colors of #C059E6
Black with #C059E6
Text Example
Text Example
White with #C059E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059E6; }
p { color: rgb(192,89,230); }
H1.HeaderClassName
{
color: #C059E6;
}
.AnyTagClassName
{
color: #C059E6;
}
</style>
background-color css
<style>
a { background-color: #C059E6; }
a { background-color: rgb(192,89,230); }
div.DivClassName
{
background-color: #C059E6;
}
.BgClassName
{
background-color: #C059E6;
}
</style>
border-color css
<style>
span { border-color: #C059E6; }
span { border-color: rgb(192,89,230); }
td.TdClassName
{
border-color: #C059E6;
}
.TagClassName
{
border-color: #C059E6;
}
</style>