Shades of Medium Orchid #CE33E4
Tints of Medium Orchid #CE33E4
RGB
CMYK
RGB Variations
Color information
#CE33E4 (or 0xCE33E4) is known color: Medium Orchid. HEX triplet: CE, 33 and E4. RGB value is (206,51,228). Sum of RGB (Red+Green+Blue) = 206+51+228=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33E4 is #31CC1B. Grayscale: #747474. Windows color (decimal): -3263516 or 14955470. OLE color: 14955470.
HSL color Cylindrical-coordinate representation of color #CE33E4: hue angle of 292.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE33E4 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 51 | 228 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.11 |
| HSL | 292.54º | 0.77% | 0.55% | - |
| HSV(B) | 292.54º | 0.78% | 0.89% | - |
| XYZ | 40.64 | 21.09 | 75.33 | - |
| YUV | 117.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 228 | 0.10 | 0.78 | 0 | 0.11 | 292.54 | 0.77 | 0.55 |
| Hex | CE | 33 | E4 | A | 4E | 0 | B | 125 | 4D | 37 |
| Octal | 316 | 63 | 344 | 12 | 116 | 0 | 13 | 445 | 115 | 67 |
| Binary | 11001110 | 110011 | 11100100 | 1010 | 1001110 | 0 | 1011 | 100100101 | 1001101 | 110111 |
Color Harmonies of #CE33E4
Complementary color
Monochromatic Colors of #CE33E4
Black with #CE33E4
Text Example
Text Example
White with #CE33E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33E4; }
p { color: rgb(206,51,228); }
H1.HeaderClassName
{
color: #CE33E4;
}
.AnyTagClassName
{
color: #CE33E4;
}
</style>
background-color css
<style>
a { background-color: #CE33E4; }
a { background-color: rgb(206,51,228); }
div.DivClassName
{
background-color: #CE33E4;
}
.BgClassName
{
background-color: #CE33E4;
}
</style>
border-color css
<style>
span { border-color: #CE33E4; }
span { border-color: rgb(206,51,228); }
td.TdClassName
{
border-color: #CE33E4;
}
.TagClassName
{
border-color: #CE33E4;
}
</style>