Shades of Psychedelic Purple #CE18EC
Tints of Psychedelic Purple #CE18EC
RGB
CMYK
RGB Variations
Color information
#CE18EC (or 0xCE18EC) is known color: Psychedelic Purple. HEX triplet: CE, 18 and EC. RGB value is (206,24,236). Sum of RGB (Red+Green+Blue) = 206+24+236=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18EC is #31E713. Grayscale: #656565. Windows color (decimal): -3270420 or 15472846. OLE color: 15472846.
HSL color Cylindrical-coordinate representation of color #CE18EC: hue angle of 291.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE18EC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 24 | 236 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.51º | 0.85% | 0.51% | - |
| HSV(B) | 291.51º | 0.9% | 0.93% | - |
| XYZ | 40.92 | 19.83 | 81.03 | - |
| YUV | 102.59 | 203.3 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 236 | 0.13 | 0.90 | 0 | 0.07 | 291.51 | 0.85 | 0.51 |
| Hex | CE | 18 | EC | D | 5A | 0 | 7 | 124 | 55 | 33 |
| Octal | 316 | 30 | 354 | 15 | 132 | 0 | 7 | 444 | 125 | 63 |
| Binary | 11001110 | 11000 | 11101100 | 1101 | 1011010 | 0 | 111 | 100100100 | 1010101 | 110011 |
Color Harmonies of #CE18EC
Complementary color
Monochromatic Colors of #CE18EC
Black with #CE18EC
Text Example
Text Example
White with #CE18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18EC; }
p { color: rgb(206,24,236); }
H1.HeaderClassName
{
color: #CE18EC;
}
.AnyTagClassName
{
color: #CE18EC;
}
</style>
background-color css
<style>
a { background-color: #CE18EC; }
a { background-color: rgb(206,24,236); }
div.DivClassName
{
background-color: #CE18EC;
}
.BgClassName
{
background-color: #CE18EC;
}
</style>
border-color css
<style>
span { border-color: #CE18EC; }
span { border-color: rgb(206,24,236); }
td.TdClassName
{
border-color: #CE18EC;
}
.TagClassName
{
border-color: #CE18EC;
}
</style>