Shades of Psychedelic Purple #CE29EF
Tints of Psychedelic Purple #CE29EF
RGB
CMYK
RGB Variations
Color information
#CE29EF (or 0xCE29EF) is known color: Psychedelic Purple. HEX triplet: CE, 29 and EF. RGB value is (206,41,239). Sum of RGB (Red+Green+Blue) = 206+41+239=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29EF is #31D610. Grayscale: #707070. Windows color (decimal): -3266065 or 15673806. OLE color: 15673806.
HSL color Cylindrical-coordinate representation of color #CE29EF: hue angle of 290º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE29EF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 41 | 239 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.06 |
| HSL | 290º | 0.86% | 0.55% | - |
| HSV(B) | 290º | 0.83% | 0.94% | - |
| XYZ | 41.83 | 20.94 | 83.5 | - |
| YUV | 112.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 239 | 0.14 | 0.83 | 0 | 0.06 | 290 | 0.86 | 0.55 |
| Hex | CE | 29 | EF | E | 53 | 0 | 6 | 122 | 56 | 37 |
| Octal | 316 | 51 | 357 | 16 | 123 | 0 | 6 | 442 | 126 | 67 |
| Binary | 11001110 | 101001 | 11101111 | 1110 | 1010011 | 0 | 110 | 100100010 | 1010110 | 110111 |
Color Harmonies of #CE29EF
Complementary color
Monochromatic Colors of #CE29EF
Black with #CE29EF
Text Example
Text Example
White with #CE29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29EF; }
p { color: rgb(206,41,239); }
H1.HeaderClassName
{
color: #CE29EF;
}
.AnyTagClassName
{
color: #CE29EF;
}
</style>
background-color css
<style>
a { background-color: #CE29EF; }
a { background-color: rgb(206,41,239); }
div.DivClassName
{
background-color: #CE29EF;
}
.BgClassName
{
background-color: #CE29EF;
}
</style>
border-color css
<style>
span { border-color: #CE29EF; }
span { border-color: rgb(206,41,239); }
td.TdClassName
{
border-color: #CE29EF;
}
.TagClassName
{
border-color: #CE29EF;
}
</style>