Shades of Psychedelic Purple #CE1EEC
Tints of Psychedelic Purple #CE1EEC
RGB
CMYK
RGB Variations
Color information
#CE1EEC (or 0xCE1EEC) is known color: Psychedelic Purple. HEX triplet: CE, 1E and EC. RGB value is (206,30,236). Sum of RGB (Red+Green+Blue) = 206+30+236=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EEC is #31E113. Grayscale: #696969. Windows color (decimal): -3268884 or 15474382. OLE color: 15474382.
HSL color Cylindrical-coordinate representation of color #CE1EEC: hue angle of 291.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1EEC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 30 | 236 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 291.26º | 0.84% | 0.52% | - |
| HSV(B) | 291.26º | 0.87% | 0.93% | - |
| XYZ | 41.06 | 20.11 | 81.07 | - |
| YUV | 106.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 236 | 0.13 | 0.87 | 0 | 0.07 | 291.26 | 0.84 | 0.52 |
| Hex | CE | 1E | EC | D | 57 | 0 | 7 | 123 | 54 | 34 |
| Octal | 316 | 36 | 354 | 15 | 127 | 0 | 7 | 443 | 124 | 64 |
| Binary | 11001110 | 11110 | 11101100 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010100 | 110100 |
Color Harmonies of #CE1EEC
Complementary color
Monochromatic Colors of #CE1EEC
Black with #CE1EEC
Text Example
Text Example
White with #CE1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EEC; }
p { color: rgb(206,30,236); }
H1.HeaderClassName
{
color: #CE1EEC;
}
.AnyTagClassName
{
color: #CE1EEC;
}
</style>
background-color css
<style>
a { background-color: #CE1EEC; }
a { background-color: rgb(206,30,236); }
div.DivClassName
{
background-color: #CE1EEC;
}
.BgClassName
{
background-color: #CE1EEC;
}
</style>
border-color css
<style>
span { border-color: #CE1EEC; }
span { border-color: rgb(206,30,236); }
td.TdClassName
{
border-color: #CE1EEC;
}
.TagClassName
{
border-color: #CE1EEC;
}
</style>