Shades of Medium Orchid #CE35EC
Tints of Medium Orchid #CE35EC
RGB
CMYK
RGB Variations
Color information
#CE35EC (or 0xCE35EC) is known color: Medium Orchid. HEX triplet: CE, 35 and EC. RGB value is (206,53,236). Sum of RGB (Red+Green+Blue) = 206+53+236=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35EC is #31CA13. Grayscale: #777777. Windows color (decimal): -3262996 or 15480270. OLE color: 15480270.
HSL color Cylindrical-coordinate representation of color #CE35EC: hue angle of 290.16º 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 #CE35EC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 53 | 236 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.07 |
| HSL | 290.16º | 0.83% | 0.57% | - |
| HSV(B) | 290.16º | 0.78% | 0.93% | - |
| XYZ | 41.87 | 21.72 | 81.34 | - |
| YUV | 119.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 236 | 0.13 | 0.78 | 0 | 0.07 | 290.16 | 0.83 | 0.57 |
| Hex | CE | 35 | EC | D | 4E | 0 | 7 | 122 | 53 | 39 |
| Octal | 316 | 65 | 354 | 15 | 116 | 0 | 7 | 442 | 123 | 71 |
| Binary | 11001110 | 110101 | 11101100 | 1101 | 1001110 | 0 | 111 | 100100010 | 1010011 | 111001 |
Color Harmonies of #CE35EC
Complementary color
Monochromatic Colors of #CE35EC
Black with #CE35EC
Text Example
Text Example
White with #CE35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35EC; }
p { color: rgb(206,53,236); }
H1.HeaderClassName
{
color: #CE35EC;
}
.AnyTagClassName
{
color: #CE35EC;
}
</style>
background-color css
<style>
a { background-color: #CE35EC; }
a { background-color: rgb(206,53,236); }
div.DivClassName
{
background-color: #CE35EC;
}
.BgClassName
{
background-color: #CE35EC;
}
</style>
border-color css
<style>
span { border-color: #CE35EC; }
span { border-color: rgb(206,53,236); }
td.TdClassName
{
border-color: #CE35EC;
}
.TagClassName
{
border-color: #CE35EC;
}
</style>