Shades of Medium Orchid #C857EC
Tints of Medium Orchid #C857EC
RGB
CMYK
RGB Variations
Color information
#C857EC (or 0xC857EC) is known color: Medium Orchid. HEX triplet: C8, 57 and EC. RGB value is (200,87,236). Sum of RGB (Red+Green+Blue) = 200+87+236=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C857EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C857EC is #37A813. Grayscale: #898989. Windows color (decimal): -3647508 or 15488968. OLE color: 15488968.
HSL color Cylindrical-coordinate representation of color #C857EC: hue angle of 285.5º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C857EC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 87 | 236 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 285.5º | 0.8% | 0.63% | - |
| HSV(B) | 285.5º | 0.63% | 0.93% | - |
| XYZ | 42.37 | 25.15 | 81.98 | - |
| YUV | 137.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 236 | 0.15 | 0.63 | 0 | 0.07 | 285.5 | 0.8 | 0.63 |
| Hex | C8 | 57 | EC | F | 3F | 0 | 7 | 11E | 50 | 3F |
| Octal | 310 | 127 | 354 | 17 | 77 | 0 | 7 | 436 | 120 | 77 |
| Binary | 11001000 | 1010111 | 11101100 | 1111 | 111111 | 0 | 111 | 100011110 | 1010000 | 111111 |
Color Harmonies of #C857EC
Complementary color
Monochromatic Colors of #C857EC
Black with #C857EC
Text Example
Text Example
White with #C857EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857EC; }
p { color: rgb(200,87,236); }
H1.HeaderClassName
{
color: #C857EC;
}
.AnyTagClassName
{
color: #C857EC;
}
</style>
background-color css
<style>
a { background-color: #C857EC; }
a { background-color: rgb(200,87,236); }
div.DivClassName
{
background-color: #C857EC;
}
.BgClassName
{
background-color: #C857EC;
}
</style>
border-color css
<style>
span { border-color: #C857EC; }
span { border-color: rgb(200,87,236); }
td.TdClassName
{
border-color: #C857EC;
}
.TagClassName
{
border-color: #C857EC;
}
</style>