Shades of Medium Orchid #C852EC
Tints of Medium Orchid #C852EC
RGB
CMYK
RGB Variations
Color information
#C852EC (or 0xC852EC) is known color: Medium Orchid. HEX triplet: C8, 52 and EC. RGB value is (200,82,236). Sum of RGB (Red+Green+Blue) = 200+82+236=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #C852EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852EC is #37AD13. Grayscale: #868686. Windows color (decimal): -3648788 or 15487688. OLE color: 15487688.
HSL color Cylindrical-coordinate representation of color #C852EC: hue angle of 285.97º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C852EC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 82 | 236 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.07 |
| HSL | 285.97º | 0.8% | 0.62% | - |
| HSV(B) | 285.97º | 0.65% | 0.93% | - |
| XYZ | 41.98 | 24.37 | 81.85 | - |
| YUV | 134.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 236 | 0.15 | 0.65 | 0 | 0.07 | 285.97 | 0.8 | 0.62 |
| Hex | C8 | 52 | EC | F | 41 | 0 | 7 | 11E | 50 | 3E |
| Octal | 310 | 122 | 354 | 17 | 101 | 0 | 7 | 436 | 120 | 76 |
| Binary | 11001000 | 1010010 | 11101100 | 1111 | 1000001 | 0 | 111 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C852EC
Complementary color
Monochromatic Colors of #C852EC
Black with #C852EC
Text Example
Text Example
White with #C852EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852EC; }
p { color: rgb(200,82,236); }
H1.HeaderClassName
{
color: #C852EC;
}
.AnyTagClassName
{
color: #C852EC;
}
</style>
background-color css
<style>
a { background-color: #C852EC; }
a { background-color: rgb(200,82,236); }
div.DivClassName
{
background-color: #C852EC;
}
.BgClassName
{
background-color: #C852EC;
}
</style>
border-color css
<style>
span { border-color: #C852EC; }
span { border-color: rgb(200,82,236); }
td.TdClassName
{
border-color: #C852EC;
}
.TagClassName
{
border-color: #C852EC;
}
</style>