Shades of Psychedelic Purple #CE14EE
Tints of Psychedelic Purple #CE14EE
RGB
CMYK
RGB Variations
Color information
#CE14EE (or 0xCE14EE) is known color: Psychedelic Purple. HEX triplet: CE, 14 and EE. RGB value is (206,20,238). Sum of RGB (Red+Green+Blue) = 206+20+238=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14EE is #31EB11. Grayscale: #636363. Windows color (decimal): -3271442 or 15602894. OLE color: 15602894.
HSL color Cylindrical-coordinate representation of color #CE14EE: hue angle of 291.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE14EE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 20 | 238 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.19º | 0.87% | 0.51% | - |
| HSV(B) | 291.19º | 0.92% | 0.93% | - |
| XYZ | 41.14 | 19.8 | 82.54 | - |
| YUV | 100.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 238 | 0.13 | 0.92 | 0 | 0.07 | 291.19 | 0.87 | 0.51 |
| Hex | CE | 14 | EE | D | 5C | 0 | 7 | 123 | 57 | 33 |
| Octal | 316 | 24 | 356 | 15 | 134 | 0 | 7 | 443 | 127 | 63 |
| Binary | 11001110 | 10100 | 11101110 | 1101 | 1011100 | 0 | 111 | 100100011 | 1010111 | 110011 |
Color Harmonies of #CE14EE
Complementary color
Monochromatic Colors of #CE14EE
Black with #CE14EE
Text Example
Text Example
White with #CE14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14EE; }
p { color: rgb(206,20,238); }
H1.HeaderClassName
{
color: #CE14EE;
}
.AnyTagClassName
{
color: #CE14EE;
}
</style>
background-color css
<style>
a { background-color: #CE14EE; }
a { background-color: rgb(206,20,238); }
div.DivClassName
{
background-color: #CE14EE;
}
.BgClassName
{
background-color: #CE14EE;
}
</style>
border-color css
<style>
span { border-color: #CE14EE; }
span { border-color: rgb(206,20,238); }
td.TdClassName
{
border-color: #CE14EE;
}
.TagClassName
{
border-color: #CE14EE;
}
</style>