Shades of Medium Orchid #C059E8
Tints of Medium Orchid #C059E8
RGB
CMYK
RGB Variations
Color information
#C059E8 (or 0xC059E8) is known color: Medium Orchid. HEX triplet: C0, 59 and E8. RGB value is (192,89,232). Sum of RGB (Red+Green+Blue) = 192+89+232=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #C059E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059E8 is #3FA617. Grayscale: #878787. Windows color (decimal): -4171288 or 15227328. OLE color: 15227328.
HSL color Cylindrical-coordinate representation of color #C059E8: hue angle of 283.22º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C059E8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 89 | 232 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.09 |
| HSL | 283.22º | 0.76% | 0.63% | - |
| HSV(B) | 283.22º | 0.62% | 0.91% | - |
| XYZ | 39.88 | 24.18 | 78.91 | - |
| YUV | 136.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 232 | 0.17 | 0.62 | 0 | 0.09 | 283.22 | 0.76 | 0.63 |
| Hex | C0 | 59 | E8 | 11 | 3E | 0 | 9 | 11B | 4C | 3F |
| Octal | 300 | 131 | 350 | 21 | 76 | 0 | 11 | 433 | 114 | 77 |
| Binary | 11000000 | 1011001 | 11101000 | 10001 | 111110 | 0 | 1001 | 100011011 | 1001100 | 111111 |
Color Harmonies of #C059E8
Complementary color
Monochromatic Colors of #C059E8
Black with #C059E8
Text Example
Text Example
White with #C059E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059E8; }
p { color: rgb(192,89,232); }
H1.HeaderClassName
{
color: #C059E8;
}
.AnyTagClassName
{
color: #C059E8;
}
</style>
background-color css
<style>
a { background-color: #C059E8; }
a { background-color: rgb(192,89,232); }
div.DivClassName
{
background-color: #C059E8;
}
.BgClassName
{
background-color: #C059E8;
}
</style>
border-color css
<style>
span { border-color: #C059E8; }
span { border-color: rgb(192,89,232); }
td.TdClassName
{
border-color: #C059E8;
}
.TagClassName
{
border-color: #C059E8;
}
</style>