Shades of Psychedelic Purple #CE1EF4
Tints of Psychedelic Purple #CE1EF4
RGB
CMYK
RGB Variations
Color information
#CE1EF4 (or 0xCE1EF4) is known color: Psychedelic Purple. HEX triplet: CE, 1E and F4. RGB value is (206,30,244). Sum of RGB (Red+Green+Blue) = 206+30+244=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EF4 is #31E10B. Grayscale: #6A6A6A. Windows color (decimal): -3268876 or 15998670. OLE color: 15998670.
HSL color Cylindrical-coordinate representation of color #CE1EF4: hue angle of 289.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EF4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 30 | 244 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.04 |
| HSL | 289.35º | 0.91% | 0.54% | - |
| HSV(B) | 289.35º | 0.88% | 0.96% | - |
| XYZ | 42.25 | 20.58 | 87.33 | - |
| YUV | 107.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 244 | 0.16 | 0.88 | 0 | 0.04 | 289.35 | 0.91 | 0.54 |
| Hex | CE | 1E | F4 | 10 | 58 | 0 | 4 | 121 | 5B | 36 |
| Octal | 316 | 36 | 364 | 20 | 130 | 0 | 4 | 441 | 133 | 66 |
| Binary | 11001110 | 11110 | 11110100 | 10000 | 1011000 | 0 | 100 | 100100001 | 1011011 | 110110 |
Color Harmonies of #CE1EF4
Complementary color
Monochromatic Colors of #CE1EF4
Black with #CE1EF4
Text Example
Text Example
White with #CE1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EF4; }
p { color: rgb(206,30,244); }
H1.HeaderClassName
{
color: #CE1EF4;
}
.AnyTagClassName
{
color: #CE1EF4;
}
</style>
background-color css
<style>
a { background-color: #CE1EF4; }
a { background-color: rgb(206,30,244); }
div.DivClassName
{
background-color: #CE1EF4;
}
.BgClassName
{
background-color: #CE1EF4;
}
</style>
border-color css
<style>
span { border-color: #CE1EF4; }
span { border-color: rgb(206,30,244); }
td.TdClassName
{
border-color: #CE1EF4;
}
.TagClassName
{
border-color: #CE1EF4;
}
</style>