Shades of Psychedelic Purple #CE29ED
Tints of Psychedelic Purple #CE29ED
RGB
CMYK
RGB Variations
Color information
#CE29ED (or 0xCE29ED) is known color: Psychedelic Purple. HEX triplet: CE, 29 and ED. RGB value is (206,41,237). Sum of RGB (Red+Green+Blue) = 206+41+237=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29ED is #31D612. Grayscale: #707070. Windows color (decimal): -3266067 or 15542734. OLE color: 15542734.
HSL color Cylindrical-coordinate representation of color #CE29ED: hue angle of 290.51º degrees, saturation: 0.84, 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 #CE29ED is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 41 | 237 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.51º | 0.84% | 0.55% | - |
| HSV(B) | 290.51º | 0.83% | 0.93% | - |
| XYZ | 41.53 | 20.82 | 81.95 | - |
| YUV | 112.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 237 | 0.13 | 0.83 | 0 | 0.07 | 290.51 | 0.84 | 0.55 |
| Hex | CE | 29 | ED | D | 53 | 0 | 7 | 123 | 54 | 37 |
| Octal | 316 | 51 | 355 | 15 | 123 | 0 | 7 | 443 | 124 | 67 |
| Binary | 11001110 | 101001 | 11101101 | 1101 | 1010011 | 0 | 111 | 100100011 | 1010100 | 110111 |
Color Harmonies of #CE29ED
Complementary color
Monochromatic Colors of #CE29ED
Black with #CE29ED
Text Example
Text Example
White with #CE29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29ED; }
p { color: rgb(206,41,237); }
H1.HeaderClassName
{
color: #CE29ED;
}
.AnyTagClassName
{
color: #CE29ED;
}
</style>
background-color css
<style>
a { background-color: #CE29ED; }
a { background-color: rgb(206,41,237); }
div.DivClassName
{
background-color: #CE29ED;
}
.BgClassName
{
background-color: #CE29ED;
}
</style>
border-color css
<style>
span { border-color: #CE29ED; }
span { border-color: rgb(206,41,237); }
td.TdClassName
{
border-color: #CE29ED;
}
.TagClassName
{
border-color: #CE29ED;
}
</style>