Shades of Psychedelic Purple #CE0EEC
Tints of Psychedelic Purple #CE0EEC
RGB
CMYK
RGB Variations
Color information
#CE0EEC (or 0xCE0EEC) is known color: Psychedelic Purple. HEX triplet: CE, 0E and EC. RGB value is (206,14,236). Sum of RGB (Red+Green+Blue) = 206+14+236=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EEC is #31F113. Grayscale: #606060. Windows color (decimal): -3272980 or 15470286. OLE color: 15470286.
HSL color Cylindrical-coordinate representation of color #CE0EEC: hue angle of 291.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EEC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 14 | 236 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.07 |
| HSL | 291.89º | 0.89% | 0.49% | - |
| HSV(B) | 291.89º | 0.94% | 0.93% | - |
| XYZ | 40.75 | 19.49 | 80.97 | - |
| YUV | 96.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 236 | 0.13 | 0.94 | 0 | 0.07 | 291.89 | 0.89 | 0.49 |
| Hex | CE | E | EC | D | 5E | 0 | 7 | 124 | 59 | 31 |
| Octal | 316 | 16 | 354 | 15 | 136 | 0 | 7 | 444 | 131 | 61 |
| Binary | 11001110 | 1110 | 11101100 | 1101 | 1011110 | 0 | 111 | 100100100 | 1011001 | 110001 |
Color Harmonies of #CE0EEC
Complementary color
Monochromatic Colors of #CE0EEC
Black with #CE0EEC
Text Example
Text Example
White with #CE0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EEC; }
p { color: rgb(206,14,236); }
H1.HeaderClassName
{
color: #CE0EEC;
}
.AnyTagClassName
{
color: #CE0EEC;
}
</style>
background-color css
<style>
a { background-color: #CE0EEC; }
a { background-color: rgb(206,14,236); }
div.DivClassName
{
background-color: #CE0EEC;
}
.BgClassName
{
background-color: #CE0EEC;
}
</style>
border-color css
<style>
span { border-color: #CE0EEC; }
span { border-color: rgb(206,14,236); }
td.TdClassName
{
border-color: #CE0EEC;
}
.TagClassName
{
border-color: #CE0EEC;
}
</style>