Shades of Psychedelic Purple #CE0EE9
Tints of Psychedelic Purple #CE0EE9
RGB
CMYK
RGB Variations
Color information
#CE0EE9 (or 0xCE0EE9) is known color: Psychedelic Purple. HEX triplet: CE, 0E and E9. RGB value is (206,14,233). Sum of RGB (Red+Green+Blue) = 206+14+233=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EE9 is #31F116. Grayscale: #5F5F5F. Windows color (decimal): -3272983 or 15273678. OLE color: 15273678.
HSL color Cylindrical-coordinate representation of color #CE0EE9: hue angle of 292.6º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EE9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 14 | 233 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.09 |
| HSL | 292.6º | 0.89% | 0.48% | - |
| HSV(B) | 292.6º | 0.94% | 0.91% | - |
| XYZ | 40.32 | 19.32 | 78.69 | - |
| YUV | 96.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 233 | 0.12 | 0.94 | 0 | 0.09 | 292.6 | 0.89 | 0.48 |
| Hex | CE | E | E9 | C | 5E | 0 | 9 | 125 | 59 | 30 |
| Octal | 316 | 16 | 351 | 14 | 136 | 0 | 11 | 445 | 131 | 60 |
| Binary | 11001110 | 1110 | 11101001 | 1100 | 1011110 | 0 | 1001 | 100100101 | 1011001 | 110000 |
Color Harmonies of #CE0EE9
Complementary color
Monochromatic Colors of #CE0EE9
Black with #CE0EE9
Text Example
Text Example
White with #CE0EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EE9; }
p { color: rgb(206,14,233); }
H1.HeaderClassName
{
color: #CE0EE9;
}
.AnyTagClassName
{
color: #CE0EE9;
}
</style>
background-color css
<style>
a { background-color: #CE0EE9; }
a { background-color: rgb(206,14,233); }
div.DivClassName
{
background-color: #CE0EE9;
}
.BgClassName
{
background-color: #CE0EE9;
}
</style>
border-color css
<style>
span { border-color: #CE0EE9; }
span { border-color: rgb(206,14,233); }
td.TdClassName
{
border-color: #CE0EE9;
}
.TagClassName
{
border-color: #CE0EE9;
}
</style>