Shades of Psychedelic Purple #CE21EC
Tints of Psychedelic Purple #CE21EC
RGB
CMYK
RGB Variations
Color information
#CE21EC (or 0xCE21EC) is known color: Psychedelic Purple. HEX triplet: CE, 21 and EC. RGB value is (206,33,236). Sum of RGB (Red+Green+Blue) = 206+33+236=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21EC is #31DE13. Grayscale: #6B6B6B. Windows color (decimal): -3268116 or 15475150. OLE color: 15475150.
HSL color Cylindrical-coordinate representation of color #CE21EC: hue angle of 291.13º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21EC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 33 | 236 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.07 |
| HSL | 291.13º | 0.84% | 0.53% | - |
| HSV(B) | 291.13º | 0.86% | 0.93% | - |
| XYZ | 41.14 | 20.27 | 81.1 | - |
| YUV | 107.87 | 200.31 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 236 | 0.13 | 0.86 | 0 | 0.07 | 291.13 | 0.84 | 0.53 |
| Hex | CE | 21 | EC | D | 56 | 0 | 7 | 123 | 54 | 35 |
| Octal | 316 | 41 | 354 | 15 | 126 | 0 | 7 | 443 | 124 | 65 |
| Binary | 11001110 | 100001 | 11101100 | 1101 | 1010110 | 0 | 111 | 100100011 | 1010100 | 110101 |
Color Harmonies of #CE21EC
Complementary color
Monochromatic Colors of #CE21EC
Black with #CE21EC
Text Example
Text Example
White with #CE21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21EC; }
p { color: rgb(206,33,236); }
H1.HeaderClassName
{
color: #CE21EC;
}
.AnyTagClassName
{
color: #CE21EC;
}
</style>
background-color css
<style>
a { background-color: #CE21EC; }
a { background-color: rgb(206,33,236); }
div.DivClassName
{
background-color: #CE21EC;
}
.BgClassName
{
background-color: #CE21EC;
}
</style>
border-color css
<style>
span { border-color: #CE21EC; }
span { border-color: rgb(206,33,236); }
td.TdClassName
{
border-color: #CE21EC;
}
.TagClassName
{
border-color: #CE21EC;
}
</style>