Shades of Psychedelic Purple #CE22E9
Tints of Psychedelic Purple #CE22E9
RGB
CMYK
RGB Variations
Color information
#CE22E9 (or 0xCE22E9) is known color: Psychedelic Purple. HEX triplet: CE, 22 and E9. RGB value is (206,34,233). Sum of RGB (Red+Green+Blue) = 206+34+233=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE22E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE22E9 is #31DD16. Grayscale: #6B6B6B. Windows color (decimal): -3267863 or 15278798. OLE color: 15278798.
HSL color Cylindrical-coordinate representation of color #CE22E9: hue angle of 291.86º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE22E9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 34 | 233 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.09 |
| HSL | 291.86º | 0.82% | 0.52% | - |
| HSV(B) | 291.86º | 0.85% | 0.91% | - |
| XYZ | 40.73 | 20.15 | 78.83 | - |
| YUV | 108.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 233 | 0.12 | 0.85 | 0 | 0.09 | 291.86 | 0.82 | 0.52 |
| Hex | CE | 22 | E9 | C | 55 | 0 | 9 | 124 | 52 | 34 |
| Octal | 316 | 42 | 351 | 14 | 125 | 0 | 11 | 444 | 122 | 64 |
| Binary | 11001110 | 100010 | 11101001 | 1100 | 1010101 | 0 | 1001 | 100100100 | 1010010 | 110100 |
Color Harmonies of #CE22E9
Complementary color
Monochromatic Colors of #CE22E9
Black with #CE22E9
Text Example
Text Example
White with #CE22E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22E9; }
p { color: rgb(206,34,233); }
H1.HeaderClassName
{
color: #CE22E9;
}
.AnyTagClassName
{
color: #CE22E9;
}
</style>
background-color css
<style>
a { background-color: #CE22E9; }
a { background-color: rgb(206,34,233); }
div.DivClassName
{
background-color: #CE22E9;
}
.BgClassName
{
background-color: #CE22E9;
}
</style>
border-color css
<style>
span { border-color: #CE22E9; }
span { border-color: rgb(206,34,233); }
td.TdClassName
{
border-color: #CE22E9;
}
.TagClassName
{
border-color: #CE22E9;
}
</style>