Shades of Medium Orchid #C059E7
Tints of Medium Orchid #C059E7
RGB
CMYK
RGB Variations
Color information
#C059E7 (or 0xC059E7) is known color: Medium Orchid. HEX triplet: C0, 59 and E7. RGB value is (192,89,231). Sum of RGB (Red+Green+Blue) = 192+89+231=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #C059E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059E7 is #3FA618. Grayscale: #878787. Windows color (decimal): -4171289 or 15161792. OLE color: 15161792.
HSL color Cylindrical-coordinate representation of color #C059E7: hue angle of 283.52º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C059E7 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 89 | 231 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.09 |
| HSL | 283.52º | 0.75% | 0.63% | - |
| HSV(B) | 283.52º | 0.61% | 0.91% | - |
| XYZ | 39.73 | 24.12 | 78.16 | - |
| YUV | 135.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 231 | 0.17 | 0.61 | 0 | 0.09 | 283.52 | 0.75 | 0.63 |
| Hex | C0 | 59 | E7 | 11 | 3D | 0 | 9 | 11C | 4B | 3F |
| Octal | 300 | 131 | 347 | 21 | 75 | 0 | 11 | 434 | 113 | 77 |
| Binary | 11000000 | 1011001 | 11100111 | 10001 | 111101 | 0 | 1001 | 100011100 | 1001011 | 111111 |
Color Harmonies of #C059E7
Complementary color
Monochromatic Colors of #C059E7
Black with #C059E7
Text Example
Text Example
White with #C059E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059E7; }
p { color: rgb(192,89,231); }
H1.HeaderClassName
{
color: #C059E7;
}
.AnyTagClassName
{
color: #C059E7;
}
</style>
background-color css
<style>
a { background-color: #C059E7; }
a { background-color: rgb(192,89,231); }
div.DivClassName
{
background-color: #C059E7;
}
.BgClassName
{
background-color: #C059E7;
}
</style>
border-color css
<style>
span { border-color: #C059E7; }
span { border-color: rgb(192,89,231); }
td.TdClassName
{
border-color: #C059E7;
}
.TagClassName
{
border-color: #C059E7;
}
</style>