Shades of Psychedelic Purple #CE23E9
Tints of Psychedelic Purple #CE23E9
RGB
CMYK
RGB Variations
Color information
#CE23E9 (or 0xCE23E9) is known color: Psychedelic Purple. HEX triplet: CE, 23 and E9. RGB value is (206,35,233). Sum of RGB (Red+Green+Blue) = 206+35+233=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE23E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23E9 is #31DC16. Grayscale: #6C6C6C. Windows color (decimal): -3267607 or 15279054. OLE color: 15279054.
HSL color Cylindrical-coordinate representation of color #CE23E9: hue angle of 291.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE23E9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 35 | 233 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.09 |
| HSL | 291.82º | 0.82% | 0.53% | - |
| HSV(B) | 291.82º | 0.85% | 0.91% | - |
| XYZ | 40.76 | 20.21 | 78.84 | - |
| YUV | 108.7 | 198.15 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 233 | 0.12 | 0.85 | 0 | 0.09 | 291.82 | 0.82 | 0.53 |
| Hex | CE | 23 | E9 | C | 55 | 0 | 9 | 124 | 52 | 35 |
| Octal | 316 | 43 | 351 | 14 | 125 | 0 | 11 | 444 | 122 | 65 |
| Binary | 11001110 | 100011 | 11101001 | 1100 | 1010101 | 0 | 1001 | 100100100 | 1010010 | 110101 |
Color Harmonies of #CE23E9
Complementary color
Monochromatic Colors of #CE23E9
Black with #CE23E9
Text Example
Text Example
White with #CE23E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23E9; }
p { color: rgb(206,35,233); }
H1.HeaderClassName
{
color: #CE23E9;
}
.AnyTagClassName
{
color: #CE23E9;
}
</style>
background-color css
<style>
a { background-color: #CE23E9; }
a { background-color: rgb(206,35,233); }
div.DivClassName
{
background-color: #CE23E9;
}
.BgClassName
{
background-color: #CE23E9;
}
</style>
border-color css
<style>
span { border-color: #CE23E9; }
span { border-color: rgb(206,35,233); }
td.TdClassName
{
border-color: #CE23E9;
}
.TagClassName
{
border-color: #CE23E9;
}
</style>