Shades of Psychedelic Purple #CE1AEF
Tints of Psychedelic Purple #CE1AEF
RGB
CMYK
RGB Variations
Color information
#CE1AEF (or 0xCE1AEF) is known color: Psychedelic Purple. HEX triplet: CE, 1A and EF. RGB value is (206,26,239). Sum of RGB (Red+Green+Blue) = 206+26+239=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE1AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AEF is #31E510. Grayscale: #676767. Windows color (decimal): -3269905 or 15669966. OLE color: 15669966.
HSL color Cylindrical-coordinate representation of color #CE1AEF: hue angle of 290.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1AEF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 26 | 239 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.06 |
| HSL | 290.7º | 0.87% | 0.52% | - |
| HSV(B) | 290.7º | 0.89% | 0.94% | - |
| XYZ | 41.4 | 20.09 | 83.36 | - |
| YUV | 104.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 239 | 0.14 | 0.89 | 0 | 0.06 | 290.7 | 0.87 | 0.52 |
| Hex | CE | 1A | EF | E | 59 | 0 | 6 | 123 | 57 | 34 |
| Octal | 316 | 32 | 357 | 16 | 131 | 0 | 6 | 443 | 127 | 64 |
| Binary | 11001110 | 11010 | 11101111 | 1110 | 1011001 | 0 | 110 | 100100011 | 1010111 | 110100 |
Color Harmonies of #CE1AEF
Complementary color
Monochromatic Colors of #CE1AEF
Black with #CE1AEF
Text Example
Text Example
White with #CE1AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AEF; }
p { color: rgb(206,26,239); }
H1.HeaderClassName
{
color: #CE1AEF;
}
.AnyTagClassName
{
color: #CE1AEF;
}
</style>
background-color css
<style>
a { background-color: #CE1AEF; }
a { background-color: rgb(206,26,239); }
div.DivClassName
{
background-color: #CE1AEF;
}
.BgClassName
{
background-color: #CE1AEF;
}
</style>
border-color css
<style>
span { border-color: #CE1AEF; }
span { border-color: rgb(206,26,239); }
td.TdClassName
{
border-color: #CE1AEF;
}
.TagClassName
{
border-color: #CE1AEF;
}
</style>