Shades of Psychedelic Purple #CE1AEC
Tints of Psychedelic Purple #CE1AEC
RGB
CMYK
RGB Variations
Color information
#CE1AEC (or 0xCE1AEC) is known color: Psychedelic Purple. HEX triplet: CE, 1A and EC. RGB value is (206,26,236). Sum of RGB (Red+Green+Blue) = 206+26+236=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE1AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AEC is #31E513. Grayscale: #676767. Windows color (decimal): -3269908 or 15473358. OLE color: 15473358.
HSL color Cylindrical-coordinate representation of color #CE1AEC: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1AEC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 26 | 236 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.07 |
| HSL | 291.43º | 0.85% | 0.51% | - |
| HSV(B) | 291.43º | 0.89% | 0.93% | - |
| XYZ | 40.96 | 19.92 | 81.04 | - |
| YUV | 103.76 | 202.63 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 236 | 0.13 | 0.89 | 0 | 0.07 | 291.43 | 0.85 | 0.51 |
| Hex | CE | 1A | EC | D | 59 | 0 | 7 | 123 | 55 | 33 |
| Octal | 316 | 32 | 354 | 15 | 131 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001110 | 11010 | 11101100 | 1101 | 1011001 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CE1AEC
Complementary color
Monochromatic Colors of #CE1AEC
Black with #CE1AEC
Text Example
Text Example
White with #CE1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AEC; }
p { color: rgb(206,26,236); }
H1.HeaderClassName
{
color: #CE1AEC;
}
.AnyTagClassName
{
color: #CE1AEC;
}
</style>
background-color css
<style>
a { background-color: #CE1AEC; }
a { background-color: rgb(206,26,236); }
div.DivClassName
{
background-color: #CE1AEC;
}
.BgClassName
{
background-color: #CE1AEC;
}
</style>
border-color css
<style>
span { border-color: #CE1AEC; }
span { border-color: rgb(206,26,236); }
td.TdClassName
{
border-color: #CE1AEC;
}
.TagClassName
{
border-color: #CE1AEC;
}
</style>