Shades of Psychedelic Purple #CE28ED
Tints of Psychedelic Purple #CE28ED
RGB
CMYK
RGB Variations
Color information
#CE28ED (or 0xCE28ED) is known color: Psychedelic Purple. HEX triplet: CE, 28 and ED. RGB value is (206,40,237). Sum of RGB (Red+Green+Blue) = 206+40+237=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28ED is #31D712. Grayscale: #6F6F6F. Windows color (decimal): -3266323 or 15542478. OLE color: 15542478.
HSL color Cylindrical-coordinate representation of color #CE28ED: hue angle of 290.56º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE28ED is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 40 | 237 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.56º | 0.85% | 0.54% | - |
| HSV(B) | 290.56º | 0.83% | 0.93% | - |
| XYZ | 41.5 | 20.75 | 81.94 | - |
| YUV | 112.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 237 | 0.13 | 0.83 | 0 | 0.07 | 290.56 | 0.85 | 0.54 |
| Hex | CE | 28 | ED | D | 53 | 0 | 7 | 123 | 55 | 36 |
| Octal | 316 | 50 | 355 | 15 | 123 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11001110 | 101000 | 11101101 | 1101 | 1010011 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #CE28ED
Complementary color
Monochromatic Colors of #CE28ED
Black with #CE28ED
Text Example
Text Example
White with #CE28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28ED; }
p { color: rgb(206,40,237); }
H1.HeaderClassName
{
color: #CE28ED;
}
.AnyTagClassName
{
color: #CE28ED;
}
</style>
background-color css
<style>
a { background-color: #CE28ED; }
a { background-color: rgb(206,40,237); }
div.DivClassName
{
background-color: #CE28ED;
}
.BgClassName
{
background-color: #CE28ED;
}
</style>
border-color css
<style>
span { border-color: #CE28ED; }
span { border-color: rgb(206,40,237); }
td.TdClassName
{
border-color: #CE28ED;
}
.TagClassName
{
border-color: #CE28ED;
}
</style>