Shades of Psychedelic Purple #CE18EA
Tints of Psychedelic Purple #CE18EA
RGB
CMYK
RGB Variations
Color information
#CE18EA (or 0xCE18EA) is known color: Psychedelic Purple. HEX triplet: CE, 18 and EA. RGB value is (206,24,234). Sum of RGB (Red+Green+Blue) = 206+24+234=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18EA is #31E715. Grayscale: #656565. Windows color (decimal): -3270422 or 15341774. OLE color: 15341774.
HSL color Cylindrical-coordinate representation of color #CE18EA: hue angle of 292º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE18EA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 24 | 234 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.08 |
| HSL | 292º | 0.83% | 0.51% | - |
| HSV(B) | 292º | 0.9% | 0.92% | - |
| XYZ | 40.63 | 19.72 | 79.51 | - |
| YUV | 102.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 234 | 0.12 | 0.90 | 0 | 0.08 | 292 | 0.83 | 0.51 |
| Hex | CE | 18 | EA | C | 5A | 0 | 8 | 124 | 53 | 33 |
| Octal | 316 | 30 | 352 | 14 | 132 | 0 | 10 | 444 | 123 | 63 |
| Binary | 11001110 | 11000 | 11101010 | 1100 | 1011010 | 0 | 1000 | 100100100 | 1010011 | 110011 |
Color Harmonies of #CE18EA
Complementary color
Monochromatic Colors of #CE18EA
Black with #CE18EA
Text Example
Text Example
White with #CE18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18EA; }
p { color: rgb(206,24,234); }
H1.HeaderClassName
{
color: #CE18EA;
}
.AnyTagClassName
{
color: #CE18EA;
}
</style>
background-color css
<style>
a { background-color: #CE18EA; }
a { background-color: rgb(206,24,234); }
div.DivClassName
{
background-color: #CE18EA;
}
.BgClassName
{
background-color: #CE18EA;
}
</style>
border-color css
<style>
span { border-color: #CE18EA; }
span { border-color: rgb(206,24,234); }
td.TdClassName
{
border-color: #CE18EA;
}
.TagClassName
{
border-color: #CE18EA;
}
</style>