Shades of Psychedelic Purple #CE24EC
Tints of Psychedelic Purple #CE24EC
RGB
CMYK
RGB Variations
Color information
#CE24EC (or 0xCE24EC) is known color: Psychedelic Purple. HEX triplet: CE, 24 and EC. RGB value is (206,36,236). Sum of RGB (Red+Green+Blue) = 206+36+236=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24EC is #31DB13. Grayscale: #6D6D6D. Windows color (decimal): -3267348 or 15475918. OLE color: 15475918.
HSL color Cylindrical-coordinate representation of color #CE24EC: hue angle of 291º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE24EC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 36 | 236 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.07 |
| HSL | 291º | 0.84% | 0.53% | - |
| HSV(B) | 291º | 0.85% | 0.93% | - |
| XYZ | 41.22 | 20.44 | 81.13 | - |
| YUV | 109.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 236 | 0.13 | 0.85 | 0 | 0.07 | 291 | 0.84 | 0.53 |
| Hex | CE | 24 | EC | D | 55 | 0 | 7 | 123 | 54 | 35 |
| Octal | 316 | 44 | 354 | 15 | 125 | 0 | 7 | 443 | 124 | 65 |
| Binary | 11001110 | 100100 | 11101100 | 1101 | 1010101 | 0 | 111 | 100100011 | 1010100 | 110101 |
Color Harmonies of #CE24EC
Complementary color
Monochromatic Colors of #CE24EC
Black with #CE24EC
Text Example
Text Example
White with #CE24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24EC; }
p { color: rgb(206,36,236); }
H1.HeaderClassName
{
color: #CE24EC;
}
.AnyTagClassName
{
color: #CE24EC;
}
</style>
background-color css
<style>
a { background-color: #CE24EC; }
a { background-color: rgb(206,36,236); }
div.DivClassName
{
background-color: #CE24EC;
}
.BgClassName
{
background-color: #CE24EC;
}
</style>
border-color css
<style>
span { border-color: #CE24EC; }
span { border-color: rgb(206,36,236); }
td.TdClassName
{
border-color: #CE24EC;
}
.TagClassName
{
border-color: #CE24EC;
}
</style>