Shades of Medium Orchid #C059E4
Tints of Medium Orchid #C059E4
RGB
CMYK
RGB Variations
Color information
#C059E4 (or 0xC059E4) is known color: Medium Orchid. HEX triplet: C0, 59 and E4. RGB value is (192,89,228). Sum of RGB (Red+Green+Blue) = 192+89+228=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #C059E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059E4 is #3FA61B. Grayscale: #878787. Windows color (decimal): -4171292 or 14965184. OLE color: 14965184.
HSL color Cylindrical-coordinate representation of color #C059E4: hue angle of 284.46º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C059E4 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 89 | 228 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.11 |
| HSL | 284.46º | 0.72% | 0.62% | - |
| HSV(B) | 284.46º | 0.61% | 0.89% | - |
| XYZ | 39.31 | 23.95 | 75.95 | - |
| YUV | 135.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 228 | 0.16 | 0.61 | 0 | 0.11 | 284.46 | 0.72 | 0.62 |
| Hex | C0 | 59 | E4 | 10 | 3D | 0 | B | 11C | 48 | 3E |
| Octal | 300 | 131 | 344 | 20 | 75 | 0 | 13 | 434 | 110 | 76 |
| Binary | 11000000 | 1011001 | 11100100 | 10000 | 111101 | 0 | 1011 | 100011100 | 1001000 | 111110 |
Color Harmonies of #C059E4
Complementary color
Monochromatic Colors of #C059E4
Black with #C059E4
Text Example
Text Example
White with #C059E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059E4; }
p { color: rgb(192,89,228); }
H1.HeaderClassName
{
color: #C059E4;
}
.AnyTagClassName
{
color: #C059E4;
}
</style>
background-color css
<style>
a { background-color: #C059E4; }
a { background-color: rgb(192,89,228); }
div.DivClassName
{
background-color: #C059E4;
}
.BgClassName
{
background-color: #C059E4;
}
</style>
border-color css
<style>
span { border-color: #C059E4; }
span { border-color: rgb(192,89,228); }
td.TdClassName
{
border-color: #C059E4;
}
.TagClassName
{
border-color: #C059E4;
}
</style>