Shades of Medium Orchid #C057EF
Tints of Medium Orchid #C057EF
RGB
CMYK
RGB Variations
Color information
#C057EF (or 0xC057EF) is known color: Medium Orchid. HEX triplet: C0, 57 and EF. RGB value is (192,87,239). Sum of RGB (Red+Green+Blue) = 192+87+239=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C057EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057EF is #3FA810. Grayscale: #878787. Windows color (decimal): -4171793 or 15685568. OLE color: 15685568.
HSL color Cylindrical-coordinate representation of color #C057EF: hue angle of 281.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C057EF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 87 | 239 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.06 |
| HSL | 281.45º | 0.83% | 0.64% | - |
| HSV(B) | 281.45º | 0.64% | 0.94% | - |
| XYZ | 40.73 | 24.25 | 84.2 | - |
| YUV | 135.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 239 | 0.20 | 0.64 | 0 | 0.06 | 281.45 | 0.83 | 0.64 |
| Hex | C0 | 57 | EF | 14 | 40 | 0 | 6 | 119 | 53 | 40 |
| Octal | 300 | 127 | 357 | 24 | 100 | 0 | 6 | 431 | 123 | 100 |
| Binary | 11000000 | 1010111 | 11101111 | 10100 | 1000000 | 0 | 110 | 100011001 | 1010011 | 1000000 |
Color Harmonies of #C057EF
Complementary color
Monochromatic Colors of #C057EF
Black with #C057EF
Text Example
Text Example
White with #C057EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057EF; }
p { color: rgb(192,87,239); }
H1.HeaderClassName
{
color: #C057EF;
}
.AnyTagClassName
{
color: #C057EF;
}
</style>
background-color css
<style>
a { background-color: #C057EF; }
a { background-color: rgb(192,87,239); }
div.DivClassName
{
background-color: #C057EF;
}
.BgClassName
{
background-color: #C057EF;
}
</style>
border-color css
<style>
span { border-color: #C057EF; }
span { border-color: rgb(192,87,239); }
td.TdClassName
{
border-color: #C057EF;
}
.TagClassName
{
border-color: #C057EF;
}
</style>