Shades of Psychedelic Purple #CE14E9
Tints of Psychedelic Purple #CE14E9
RGB
CMYK
RGB Variations
Color information
#CE14E9 (or 0xCE14E9) is known color: Psychedelic Purple. HEX triplet: CE, 14 and E9. RGB value is (206,20,233). Sum of RGB (Red+Green+Blue) = 206+20+233=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE14E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14E9 is #31EB16. Grayscale: #636363. Windows color (decimal): -3271447 or 15275214. OLE color: 15275214.
HSL color Cylindrical-coordinate representation of color #CE14E9: hue angle of 292.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE14E9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 20 | 233 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 292.39º | 0.84% | 0.5% | - |
| HSV(B) | 292.39º | 0.91% | 0.91% | - |
| XYZ | 40.41 | 19.51 | 78.73 | - |
| YUV | 99.9 | 203.12 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 233 | 0.12 | 0.91 | 0 | 0.09 | 292.39 | 0.84 | 0.5 |
| Hex | CE | 14 | E9 | C | 5B | 0 | 9 | 124 | 54 | 32 |
| Octal | 316 | 24 | 351 | 14 | 133 | 0 | 11 | 444 | 124 | 62 |
| Binary | 11001110 | 10100 | 11101001 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010100 | 110010 |
Color Harmonies of #CE14E9
Complementary color
Monochromatic Colors of #CE14E9
Black with #CE14E9
Text Example
Text Example
White with #CE14E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14E9; }
p { color: rgb(206,20,233); }
H1.HeaderClassName
{
color: #CE14E9;
}
.AnyTagClassName
{
color: #CE14E9;
}
</style>
background-color css
<style>
a { background-color: #CE14E9; }
a { background-color: rgb(206,20,233); }
div.DivClassName
{
background-color: #CE14E9;
}
.BgClassName
{
background-color: #CE14E9;
}
</style>
border-color css
<style>
span { border-color: #CE14E9; }
span { border-color: rgb(206,20,233); }
td.TdClassName
{
border-color: #CE14E9;
}
.TagClassName
{
border-color: #CE14E9;
}
</style>