Shades of Medium Orchid #CE35E5
Tints of Medium Orchid #CE35E5
RGB
CMYK
RGB Variations
Color information
#CE35E5 (or 0xCE35E5) is known color: Medium Orchid. HEX triplet: CE, 35 and E5. RGB value is (206,53,229). Sum of RGB (Red+Green+Blue) = 206+53+229=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35E5 is #31CA1A. Grayscale: #767676. Windows color (decimal): -3263003 or 15021518. OLE color: 15021518.
HSL color Cylindrical-coordinate representation of color #CE35E5: hue angle of 292.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE35E5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 53 | 229 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.10 |
| HSL | 292.16º | 0.77% | 0.55% | - |
| HSV(B) | 292.16º | 0.77% | 0.9% | - |
| XYZ | 40.87 | 21.33 | 76.09 | - |
| YUV | 118.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 229 | 0.10 | 0.77 | 0 | 0.10 | 292.16 | 0.77 | 0.55 |
| Hex | CE | 35 | E5 | A | 4D | 0 | A | 124 | 4D | 37 |
| Octal | 316 | 65 | 345 | 12 | 115 | 0 | 12 | 444 | 115 | 67 |
| Binary | 11001110 | 110101 | 11100101 | 1010 | 1001101 | 0 | 1010 | 100100100 | 1001101 | 110111 |
Color Harmonies of #CE35E5
Complementary color
Monochromatic Colors of #CE35E5
Black with #CE35E5
Text Example
Text Example
White with #CE35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35E5; }
p { color: rgb(206,53,229); }
H1.HeaderClassName
{
color: #CE35E5;
}
.AnyTagClassName
{
color: #CE35E5;
}
</style>
background-color css
<style>
a { background-color: #CE35E5; }
a { background-color: rgb(206,53,229); }
div.DivClassName
{
background-color: #CE35E5;
}
.BgClassName
{
background-color: #CE35E5;
}
</style>
border-color css
<style>
span { border-color: #CE35E5; }
span { border-color: rgb(206,53,229); }
td.TdClassName
{
border-color: #CE35E5;
}
.TagClassName
{
border-color: #CE35E5;
}
</style>