Shades of Psychedelic Purple #CE28E8
Tints of Psychedelic Purple #CE28E8
RGB
CMYK
RGB Variations
Color information
#CE28E8 (or 0xCE28E8) is known color: Psychedelic Purple. HEX triplet: CE, 28 and E8. RGB value is (206,40,232). Sum of RGB (Red+Green+Blue) = 206+40+232=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE28E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28E8 is #31D717. Grayscale: #6E6E6E. Windows color (decimal): -3266328 or 15214798. OLE color: 15214798.
HSL color Cylindrical-coordinate representation of color #CE28E8: hue angle of 291.88º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE28E8 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 40 | 232 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.09 |
| HSL | 291.88º | 0.81% | 0.53% | - |
| HSV(B) | 291.88º | 0.83% | 0.91% | - |
| XYZ | 40.78 | 20.47 | 78.14 | - |
| YUV | 111.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 232 | 0.11 | 0.83 | 0 | 0.09 | 291.88 | 0.81 | 0.53 |
| Hex | CE | 28 | E8 | B | 53 | 0 | 9 | 124 | 51 | 35 |
| Octal | 316 | 50 | 350 | 13 | 123 | 0 | 11 | 444 | 121 | 65 |
| Binary | 11001110 | 101000 | 11101000 | 1011 | 1010011 | 0 | 1001 | 100100100 | 1010001 | 110101 |
Color Harmonies of #CE28E8
Complementary color
Monochromatic Colors of #CE28E8
Black with #CE28E8
Text Example
Text Example
White with #CE28E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28E8; }
p { color: rgb(206,40,232); }
H1.HeaderClassName
{
color: #CE28E8;
}
.AnyTagClassName
{
color: #CE28E8;
}
</style>
background-color css
<style>
a { background-color: #CE28E8; }
a { background-color: rgb(206,40,232); }
div.DivClassName
{
background-color: #CE28E8;
}
.BgClassName
{
background-color: #CE28E8;
}
</style>
border-color css
<style>
span { border-color: #CE28E8; }
span { border-color: rgb(206,40,232); }
td.TdClassName
{
border-color: #CE28E8;
}
.TagClassName
{
border-color: #CE28E8;
}
</style>