Shades of Medium Orchid #C057E9
Tints of Medium Orchid #C057E9
RGB
CMYK
RGB Variations
Color information
#C057E9 (or 0xC057E9) is known color: Medium Orchid. HEX triplet: C0, 57 and E9. RGB value is (192,87,233). Sum of RGB (Red+Green+Blue) = 192+87+233=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #C057E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057E9 is #3FA816. Grayscale: #868686. Windows color (decimal): -4171799 or 15292352. OLE color: 15292352.
HSL color Cylindrical-coordinate representation of color #C057E9: hue angle of 283.15º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C057E9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 87 | 233 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.09 |
| HSL | 283.15º | 0.77% | 0.63% | - |
| HSV(B) | 283.15º | 0.63% | 0.91% | - |
| XYZ | 39.85 | 23.91 | 79.6 | - |
| YUV | 135.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 233 | 0.18 | 0.63 | 0 | 0.09 | 283.15 | 0.77 | 0.63 |
| Hex | C0 | 57 | E9 | 12 | 3F | 0 | 9 | 11B | 4D | 3F |
| Octal | 300 | 127 | 351 | 22 | 77 | 0 | 11 | 433 | 115 | 77 |
| Binary | 11000000 | 1010111 | 11101001 | 10010 | 111111 | 0 | 1001 | 100011011 | 1001101 | 111111 |
Color Harmonies of #C057E9
Complementary color
Monochromatic Colors of #C057E9
Black with #C057E9
Text Example
Text Example
White with #C057E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057E9; }
p { color: rgb(192,87,233); }
H1.HeaderClassName
{
color: #C057E9;
}
.AnyTagClassName
{
color: #C057E9;
}
</style>
background-color css
<style>
a { background-color: #C057E9; }
a { background-color: rgb(192,87,233); }
div.DivClassName
{
background-color: #C057E9;
}
.BgClassName
{
background-color: #C057E9;
}
</style>
border-color css
<style>
span { border-color: #C057E9; }
span { border-color: rgb(192,87,233); }
td.TdClassName
{
border-color: #C057E9;
}
.TagClassName
{
border-color: #C057E9;
}
</style>