Shades of Psychedelic Purple #CE1DEF
Tints of Psychedelic Purple #CE1DEF
RGB
CMYK
RGB Variations
Color information
#CE1DEF (or 0xCE1DEF) is known color: Psychedelic Purple. HEX triplet: CE, 1D and EF. RGB value is (206,29,239). Sum of RGB (Red+Green+Blue) = 206+29+239=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE1DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DEF is #31E210. Grayscale: #696969. Windows color (decimal): -3269137 or 15670734. OLE color: 15670734.
HSL color Cylindrical-coordinate representation of color #CE1DEF: hue angle of 290.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1DEF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 29 | 239 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.06 |
| HSL | 290.57º | 0.87% | 0.53% | - |
| HSV(B) | 290.57º | 0.88% | 0.94% | - |
| XYZ | 41.47 | 20.23 | 83.38 | - |
| YUV | 105.86 | 203.14 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 239 | 0.14 | 0.88 | 0 | 0.06 | 290.57 | 0.87 | 0.53 |
| Hex | CE | 1D | EF | E | 58 | 0 | 6 | 123 | 57 | 35 |
| Octal | 316 | 35 | 357 | 16 | 130 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11001110 | 11101 | 11101111 | 1110 | 1011000 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #CE1DEF
Complementary color
Monochromatic Colors of #CE1DEF
Black with #CE1DEF
Text Example
Text Example
White with #CE1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DEF; }
p { color: rgb(206,29,239); }
H1.HeaderClassName
{
color: #CE1DEF;
}
.AnyTagClassName
{
color: #CE1DEF;
}
</style>
background-color css
<style>
a { background-color: #CE1DEF; }
a { background-color: rgb(206,29,239); }
div.DivClassName
{
background-color: #CE1DEF;
}
.BgClassName
{
background-color: #CE1DEF;
}
</style>
border-color css
<style>
span { border-color: #CE1DEF; }
span { border-color: rgb(206,29,239); }
td.TdClassName
{
border-color: #CE1DEF;
}
.TagClassName
{
border-color: #CE1DEF;
}
</style>