Shades of Psychedelic Purple #CE21EF
Tints of Psychedelic Purple #CE21EF
RGB
CMYK
RGB Variations
Color information
#CE21EF (or 0xCE21EF) is known color: Psychedelic Purple. HEX triplet: CE, 21 and EF. RGB value is (206,33,239). Sum of RGB (Red+Green+Blue) = 206+33+239=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21EF is #31DE10. Grayscale: #6B6B6B. Windows color (decimal): -3268113 or 15671758. OLE color: 15671758.
HSL color Cylindrical-coordinate representation of color #CE21EF: hue angle of 290.39º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21EF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 33 | 239 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.06 |
| HSL | 290.39º | 0.87% | 0.53% | - |
| HSV(B) | 290.39º | 0.86% | 0.94% | - |
| XYZ | 41.58 | 20.44 | 83.42 | - |
| YUV | 108.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 239 | 0.14 | 0.86 | 0 | 0.06 | 290.39 | 0.87 | 0.53 |
| Hex | CE | 21 | EF | E | 56 | 0 | 6 | 122 | 57 | 35 |
| Octal | 316 | 41 | 357 | 16 | 126 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001110 | 100001 | 11101111 | 1110 | 1010110 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CE21EF
Complementary color
Monochromatic Colors of #CE21EF
Black with #CE21EF
Text Example
Text Example
White with #CE21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21EF; }
p { color: rgb(206,33,239); }
H1.HeaderClassName
{
color: #CE21EF;
}
.AnyTagClassName
{
color: #CE21EF;
}
</style>
background-color css
<style>
a { background-color: #CE21EF; }
a { background-color: rgb(206,33,239); }
div.DivClassName
{
background-color: #CE21EF;
}
.BgClassName
{
background-color: #CE21EF;
}
</style>
border-color css
<style>
span { border-color: #CE21EF; }
span { border-color: rgb(206,33,239); }
td.TdClassName
{
border-color: #CE21EF;
}
.TagClassName
{
border-color: #CE21EF;
}
</style>