Shades of Medium Orchid #CE35E4
Tints of Medium Orchid #CE35E4
RGB
CMYK
RGB Variations
Color information
#CE35E4 (or 0xCE35E4) is known color: Medium Orchid. HEX triplet: CE, 35 and E4. RGB value is (206,53,228). Sum of RGB (Red+Green+Blue) = 206+53+228=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE35E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35E4 is #31CA1B. Grayscale: #767676. Windows color (decimal): -3263004 or 14955982. OLE color: 14955982.
HSL color Cylindrical-coordinate representation of color #CE35E4: hue angle of 292.46º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE35E4 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 53 | 228 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.11 |
| HSL | 292.46º | 0.76% | 0.55% | - |
| HSV(B) | 292.46º | 0.77% | 0.89% | - |
| XYZ | 40.73 | 21.27 | 75.36 | - |
| YUV | 118.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 228 | 0.10 | 0.77 | 0 | 0.11 | 292.46 | 0.76 | 0.55 |
| Hex | CE | 35 | E4 | A | 4D | 0 | B | 124 | 4C | 37 |
| Octal | 316 | 65 | 344 | 12 | 115 | 0 | 13 | 444 | 114 | 67 |
| Binary | 11001110 | 110101 | 11100100 | 1010 | 1001101 | 0 | 1011 | 100100100 | 1001100 | 110111 |
Color Harmonies of #CE35E4
Complementary color
Monochromatic Colors of #CE35E4
Black with #CE35E4
Text Example
Text Example
White with #CE35E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35E4; }
p { color: rgb(206,53,228); }
H1.HeaderClassName
{
color: #CE35E4;
}
.AnyTagClassName
{
color: #CE35E4;
}
</style>
background-color css
<style>
a { background-color: #CE35E4; }
a { background-color: rgb(206,53,228); }
div.DivClassName
{
background-color: #CE35E4;
}
.BgClassName
{
background-color: #CE35E4;
}
</style>
border-color css
<style>
span { border-color: #CE35E4; }
span { border-color: rgb(206,53,228); }
td.TdClassName
{
border-color: #CE35E4;
}
.TagClassName
{
border-color: #CE35E4;
}
</style>