Shades of Psychedelic Purple #CE0EEF
Tints of Psychedelic Purple #CE0EEF
RGB
CMYK
RGB Variations
Color information
#CE0EEF (or 0xCE0EEF) is known color: Psychedelic Purple. HEX triplet: CE, 0E and EF. RGB value is (206,14,239). Sum of RGB (Red+Green+Blue) = 206+14+239=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EEF is #31F110. Grayscale: #606060. Windows color (decimal): -3272977 or 15666894. OLE color: 15666894.
HSL color Cylindrical-coordinate representation of color #CE0EEF: hue angle of 291.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EEF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 14 | 239 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.06 |
| HSL | 291.2º | 0.89% | 0.5% | - |
| HSV(B) | 291.2º | 0.94% | 0.94% | - |
| XYZ | 41.19 | 19.67 | 83.29 | - |
| YUV | 97.06 | 208.11 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 239 | 0.14 | 0.94 | 0 | 0.06 | 291.2 | 0.89 | 0.5 |
| Hex | CE | E | EF | E | 5E | 0 | 6 | 123 | 59 | 32 |
| Octal | 316 | 16 | 357 | 16 | 136 | 0 | 6 | 443 | 131 | 62 |
| Binary | 11001110 | 1110 | 11101111 | 1110 | 1011110 | 0 | 110 | 100100011 | 1011001 | 110010 |
Color Harmonies of #CE0EEF
Complementary color
Monochromatic Colors of #CE0EEF
Black with #CE0EEF
Text Example
Text Example
White with #CE0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EEF; }
p { color: rgb(206,14,239); }
H1.HeaderClassName
{
color: #CE0EEF;
}
.AnyTagClassName
{
color: #CE0EEF;
}
</style>
background-color css
<style>
a { background-color: #CE0EEF; }
a { background-color: rgb(206,14,239); }
div.DivClassName
{
background-color: #CE0EEF;
}
.BgClassName
{
background-color: #CE0EEF;
}
</style>
border-color css
<style>
span { border-color: #CE0EEF; }
span { border-color: rgb(206,14,239); }
td.TdClassName
{
border-color: #CE0EEF;
}
.TagClassName
{
border-color: #CE0EEF;
}
</style>