Shades of Psychedelic Purple #CE1EF1
Tints of Psychedelic Purple #CE1EF1
RGB
CMYK
RGB Variations
Color information
#CE1EF1 (or 0xCE1EF1) is known color: Psychedelic Purple. HEX triplet: CE, 1E and F1. RGB value is (206,30,241). Sum of RGB (Red+Green+Blue) = 206+30+241=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EF1 is #31E10E. Grayscale: #6A6A6A. Windows color (decimal): -3268879 or 15802062. OLE color: 15802062.
HSL color Cylindrical-coordinate representation of color #CE1EF1: hue angle of 290.05º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 30 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 290.05º | 0.88% | 0.53% | - |
| HSV(B) | 290.05º | 0.88% | 0.95% | - |
| XYZ | 41.8 | 20.4 | 84.95 | - |
| YUV | 106.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 241 | 0.15 | 0.88 | 0 | 0.05 | 290.05 | 0.88 | 0.53 |
| Hex | CE | 1E | F1 | F | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 316 | 36 | 361 | 17 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001110 | 11110 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CE1EF1
Complementary color
Monochromatic Colors of #CE1EF1
Black with #CE1EF1
Text Example
Text Example
White with #CE1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EF1; }
p { color: rgb(206,30,241); }
H1.HeaderClassName
{
color: #CE1EF1;
}
.AnyTagClassName
{
color: #CE1EF1;
}
</style>
background-color css
<style>
a { background-color: #CE1EF1; }
a { background-color: rgb(206,30,241); }
div.DivClassName
{
background-color: #CE1EF1;
}
.BgClassName
{
background-color: #CE1EF1;
}
</style>
border-color css
<style>
span { border-color: #CE1EF1; }
span { border-color: rgb(206,30,241); }
td.TdClassName
{
border-color: #CE1EF1;
}
.TagClassName
{
border-color: #CE1EF1;
}
</style>