Shades of Psychedelic Purple #CE1DEE
Tints of Psychedelic Purple #CE1DEE
RGB
CMYK
RGB Variations
Color information
#CE1DEE (or 0xCE1DEE) is known color: Psychedelic Purple. HEX triplet: CE, 1D and EE. RGB value is (206,29,238). Sum of RGB (Red+Green+Blue) = 206+29+238=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DEE is #31E211. Grayscale: #696969. Windows color (decimal): -3269138 or 15605198. OLE color: 15605198.
HSL color Cylindrical-coordinate representation of color #CE1DEE: hue angle of 290.81º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1DEE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 29 | 238 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.07 |
| HSL | 290.81º | 0.86% | 0.52% | - |
| HSV(B) | 290.81º | 0.88% | 0.93% | - |
| XYZ | 41.33 | 20.17 | 82.6 | - |
| YUV | 105.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 238 | 0.13 | 0.88 | 0 | 0.07 | 290.81 | 0.86 | 0.52 |
| Hex | CE | 1D | EE | D | 58 | 0 | 7 | 123 | 56 | 34 |
| Octal | 316 | 35 | 356 | 15 | 130 | 0 | 7 | 443 | 126 | 64 |
| Binary | 11001110 | 11101 | 11101110 | 1101 | 1011000 | 0 | 111 | 100100011 | 1010110 | 110100 |
Color Harmonies of #CE1DEE
Complementary color
Monochromatic Colors of #CE1DEE
Black with #CE1DEE
Text Example
Text Example
White with #CE1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DEE; }
p { color: rgb(206,29,238); }
H1.HeaderClassName
{
color: #CE1DEE;
}
.AnyTagClassName
{
color: #CE1DEE;
}
</style>
background-color css
<style>
a { background-color: #CE1DEE; }
a { background-color: rgb(206,29,238); }
div.DivClassName
{
background-color: #CE1DEE;
}
.BgClassName
{
background-color: #CE1DEE;
}
</style>
border-color css
<style>
span { border-color: #CE1DEE; }
span { border-color: rgb(206,29,238); }
td.TdClassName
{
border-color: #CE1DEE;
}
.TagClassName
{
border-color: #CE1DEE;
}
</style>