Shades of Psychedelic Purple #CE21E9
Tints of Psychedelic Purple #CE21E9
RGB
CMYK
RGB Variations
Color information
#CE21E9 (or 0xCE21E9) is known color: Psychedelic Purple. HEX triplet: CE, 21 and E9. RGB value is (206,33,233). Sum of RGB (Red+Green+Blue) = 206+33+233=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE21E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21E9 is #31DE16. Grayscale: #6A6A6A. Windows color (decimal): -3268119 or 15278542. OLE color: 15278542.
HSL color Cylindrical-coordinate representation of color #CE21E9: hue angle of 291.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21E9 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 33 | 233 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.09 |
| HSL | 291.9º | 0.82% | 0.52% | - |
| HSV(B) | 291.9º | 0.86% | 0.91% | - |
| XYZ | 40.71 | 20.09 | 78.82 | - |
| YUV | 107.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 233 | 0.12 | 0.86 | 0 | 0.09 | 291.9 | 0.82 | 0.52 |
| Hex | CE | 21 | E9 | C | 56 | 0 | 9 | 124 | 52 | 34 |
| Octal | 316 | 41 | 351 | 14 | 126 | 0 | 11 | 444 | 122 | 64 |
| Binary | 11001110 | 100001 | 11101001 | 1100 | 1010110 | 0 | 1001 | 100100100 | 1010010 | 110100 |
Color Harmonies of #CE21E9
Complementary color
Monochromatic Colors of #CE21E9
Black with #CE21E9
Text Example
Text Example
White with #CE21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21E9; }
p { color: rgb(206,33,233); }
H1.HeaderClassName
{
color: #CE21E9;
}
.AnyTagClassName
{
color: #CE21E9;
}
</style>
background-color css
<style>
a { background-color: #CE21E9; }
a { background-color: rgb(206,33,233); }
div.DivClassName
{
background-color: #CE21E9;
}
.BgClassName
{
background-color: #CE21E9;
}
</style>
border-color css
<style>
span { border-color: #CE21E9; }
span { border-color: rgb(206,33,233); }
td.TdClassName
{
border-color: #CE21E9;
}
.TagClassName
{
border-color: #CE21E9;
}
</style>