Shades of Medium Orchid #C835EC
Tints of Medium Orchid #C835EC
RGB
CMYK
RGB Variations
Color information
#C835EC (or 0xC835EC) is known color: Medium Orchid. HEX triplet: C8, 35 and EC. RGB value is (200,53,236). Sum of RGB (Red+Green+Blue) = 200+53+236=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #C835EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C835EC is #37CA13. Grayscale: #757575. Windows color (decimal): -3656212 or 15480264. OLE color: 15480264.
HSL color Cylindrical-coordinate representation of color #C835EC: hue angle of 288.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C835EC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 53 | 236 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.2º | 0.83% | 0.57% | - |
| HSV(B) | 288.2º | 0.78% | 0.93% | - |
| XYZ | 40.23 | 20.88 | 81.27 | - |
| YUV | 117.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 236 | 0.15 | 0.78 | 0 | 0.07 | 288.2 | 0.83 | 0.57 |
| Hex | C8 | 35 | EC | F | 4E | 0 | 7 | 120 | 53 | 39 |
| Octal | 310 | 65 | 354 | 17 | 116 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001000 | 110101 | 11101100 | 1111 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C835EC
Complementary color
Monochromatic Colors of #C835EC
Black with #C835EC
Text Example
Text Example
White with #C835EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835EC; }
p { color: rgb(200,53,236); }
H1.HeaderClassName
{
color: #C835EC;
}
.AnyTagClassName
{
color: #C835EC;
}
</style>
background-color css
<style>
a { background-color: #C835EC; }
a { background-color: rgb(200,53,236); }
div.DivClassName
{
background-color: #C835EC;
}
.BgClassName
{
background-color: #C835EC;
}
</style>
border-color css
<style>
span { border-color: #C835EC; }
span { border-color: rgb(200,53,236); }
td.TdClassName
{
border-color: #C835EC;
}
.TagClassName
{
border-color: #C835EC;
}
</style>