Shades of Psychedelic Purple #CE24EE
Tints of Psychedelic Purple #CE24EE
RGB
CMYK
RGB Variations
Color information
#CE24EE (or 0xCE24EE) is known color: Psychedelic Purple. HEX triplet: CE, 24 and EE. RGB value is (206,36,238). Sum of RGB (Red+Green+Blue) = 206+36+238=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24EE is #31DB11. Grayscale: #6D6D6D. Windows color (decimal): -3267346 or 15606990. OLE color: 15606990.
HSL color Cylindrical-coordinate representation of color #CE24EE: hue angle of 290.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE24EE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 36 | 238 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.07 |
| HSL | 290.5º | 0.86% | 0.54% | - |
| HSV(B) | 290.5º | 0.85% | 0.93% | - |
| XYZ | 41.52 | 20.56 | 82.67 | - |
| YUV | 109.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 238 | 0.13 | 0.85 | 0 | 0.07 | 290.5 | 0.86 | 0.54 |
| Hex | CE | 24 | EE | D | 55 | 0 | 7 | 122 | 56 | 36 |
| Octal | 316 | 44 | 356 | 15 | 125 | 0 | 7 | 442 | 126 | 66 |
| Binary | 11001110 | 100100 | 11101110 | 1101 | 1010101 | 0 | 111 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CE24EE
Complementary color
Monochromatic Colors of #CE24EE
Black with #CE24EE
Text Example
Text Example
White with #CE24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24EE; }
p { color: rgb(206,36,238); }
H1.HeaderClassName
{
color: #CE24EE;
}
.AnyTagClassName
{
color: #CE24EE;
}
</style>
background-color css
<style>
a { background-color: #CE24EE; }
a { background-color: rgb(206,36,238); }
div.DivClassName
{
background-color: #CE24EE;
}
.BgClassName
{
background-color: #CE24EE;
}
</style>
border-color css
<style>
span { border-color: #CE24EE; }
span { border-color: rgb(206,36,238); }
td.TdClassName
{
border-color: #CE24EE;
}
.TagClassName
{
border-color: #CE24EE;
}
</style>