Shades of Psychedelic Purple #CE29EE
Tints of Psychedelic Purple #CE29EE
RGB
CMYK
RGB Variations
Color information
#CE29EE (or 0xCE29EE) is known color: Psychedelic Purple. HEX triplet: CE, 29 and EE. RGB value is (206,41,238). Sum of RGB (Red+Green+Blue) = 206+41+238=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE29EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29EE is #31D611. Grayscale: #707070. Windows color (decimal): -3266066 or 15608270. OLE color: 15608270.
HSL color Cylindrical-coordinate representation of color #CE29EE: hue angle of 290.25º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE29EE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 41 | 238 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.25º | 0.85% | 0.55% | - |
| HSV(B) | 290.25º | 0.83% | 0.93% | - |
| XYZ | 41.68 | 20.88 | 82.72 | - |
| YUV | 112.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 238 | 0.13 | 0.83 | 0 | 0.07 | 290.25 | 0.85 | 0.55 |
| Hex | CE | 29 | EE | D | 53 | 0 | 7 | 122 | 55 | 37 |
| Octal | 316 | 51 | 356 | 15 | 123 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001110 | 101001 | 11101110 | 1101 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CE29EE
Complementary color
Monochromatic Colors of #CE29EE
Black with #CE29EE
Text Example
Text Example
White with #CE29EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29EE; }
p { color: rgb(206,41,238); }
H1.HeaderClassName
{
color: #CE29EE;
}
.AnyTagClassName
{
color: #CE29EE;
}
</style>
background-color css
<style>
a { background-color: #CE29EE; }
a { background-color: rgb(206,41,238); }
div.DivClassName
{
background-color: #CE29EE;
}
.BgClassName
{
background-color: #CE29EE;
}
</style>
border-color css
<style>
span { border-color: #CE29EE; }
span { border-color: rgb(206,41,238); }
td.TdClassName
{
border-color: #CE29EE;
}
.TagClassName
{
border-color: #CE29EE;
}
</style>