Shades of Psychedelic Purple #CE1EEF
Tints of Psychedelic Purple #CE1EEF
RGB
CMYK
RGB Variations
Color information
#CE1EEF (or 0xCE1EEF) is known color: Psychedelic Purple. HEX triplet: CE, 1E and EF. RGB value is (206,30,239). Sum of RGB (Red+Green+Blue) = 206+30+239=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EEF is #31E110. Grayscale: #696969. Windows color (decimal): -3268881 or 15670990. OLE color: 15670990.
HSL color Cylindrical-coordinate representation of color #CE1EEF: hue angle of 290.53º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1EEF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 30 | 239 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.06 |
| HSL | 290.53º | 0.87% | 0.53% | - |
| HSV(B) | 290.53º | 0.87% | 0.94% | - |
| XYZ | 41.5 | 20.28 | 83.39 | - |
| YUV | 106.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 239 | 0.14 | 0.87 | 0 | 0.06 | 290.53 | 0.87 | 0.53 |
| Hex | CE | 1E | EF | E | 57 | 0 | 6 | 123 | 57 | 35 |
| Octal | 316 | 36 | 357 | 16 | 127 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11001110 | 11110 | 11101111 | 1110 | 1010111 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #CE1EEF
Complementary color
Monochromatic Colors of #CE1EEF
Black with #CE1EEF
Text Example
Text Example
White with #CE1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EEF; }
p { color: rgb(206,30,239); }
H1.HeaderClassName
{
color: #CE1EEF;
}
.AnyTagClassName
{
color: #CE1EEF;
}
</style>
background-color css
<style>
a { background-color: #CE1EEF; }
a { background-color: rgb(206,30,239); }
div.DivClassName
{
background-color: #CE1EEF;
}
.BgClassName
{
background-color: #CE1EEF;
}
</style>
border-color css
<style>
span { border-color: #CE1EEF; }
span { border-color: rgb(206,30,239); }
td.TdClassName
{
border-color: #CE1EEF;
}
.TagClassName
{
border-color: #CE1EEF;
}
</style>