Shades of Psychedelic Purple #CE1EF2
Tints of Psychedelic Purple #CE1EF2
RGB
CMYK
RGB Variations
Color information
#CE1EF2 (or 0xCE1EF2) is known color: Psychedelic Purple. HEX triplet: CE, 1E and F2. RGB value is (206,30,242). Sum of RGB (Red+Green+Blue) = 206+30+242=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE1EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EF2 is #31E10D. Grayscale: #6A6A6A. Windows color (decimal): -3268878 or 15867598. OLE color: 15867598.
HSL color Cylindrical-coordinate representation of color #CE1EF2: hue angle of 289.81º degrees, saturation: 0.89, 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 #CE1EF2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 30 | 242 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.81º | 0.89% | 0.53% | - |
| HSV(B) | 289.81º | 0.88% | 0.95% | - |
| XYZ | 41.94 | 20.46 | 85.74 | - |
| YUV | 106.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 242 | 0.15 | 0.88 | 0 | 0.05 | 289.81 | 0.89 | 0.53 |
| Hex | CE | 1E | F2 | F | 58 | 0 | 5 | 122 | 59 | 35 |
| Octal | 316 | 36 | 362 | 17 | 130 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11001110 | 11110 | 11110010 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #CE1EF2
Complementary color
Monochromatic Colors of #CE1EF2
Black with #CE1EF2
Text Example
Text Example
White with #CE1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EF2; }
p { color: rgb(206,30,242); }
H1.HeaderClassName
{
color: #CE1EF2;
}
.AnyTagClassName
{
color: #CE1EF2;
}
</style>
background-color css
<style>
a { background-color: #CE1EF2; }
a { background-color: rgb(206,30,242); }
div.DivClassName
{
background-color: #CE1EF2;
}
.BgClassName
{
background-color: #CE1EF2;
}
</style>
border-color css
<style>
span { border-color: #CE1EF2; }
span { border-color: rgb(206,30,242); }
td.TdClassName
{
border-color: #CE1EF2;
}
.TagClassName
{
border-color: #CE1EF2;
}
</style>