Shades of Psychedelic Purple #CE1EF3
Tints of Psychedelic Purple #CE1EF3
RGB
CMYK
RGB Variations
Color information
#CE1EF3 (or 0xCE1EF3) is known color: Psychedelic Purple. HEX triplet: CE, 1E and F3. RGB value is (206,30,243). Sum of RGB (Red+Green+Blue) = 206+30+243=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE1EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EF3 is #31E10C. Grayscale: #6A6A6A. Windows color (decimal): -3268877 or 15933134. OLE color: 15933134.
HSL color Cylindrical-coordinate representation of color #CE1EF3: hue angle of 289.58º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EF3 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 30 | 243 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.58º | 0.9% | 0.54% | - |
| HSV(B) | 289.58º | 0.88% | 0.95% | - |
| XYZ | 42.1 | 20.52 | 86.54 | - |
| YUV | 106.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 243 | 0.15 | 0.88 | 0 | 0.05 | 289.58 | 0.9 | 0.54 |
| Hex | CE | 1E | F3 | F | 58 | 0 | 5 | 122 | 5A | 36 |
| Octal | 316 | 36 | 363 | 17 | 130 | 0 | 5 | 442 | 132 | 66 |
| Binary | 11001110 | 11110 | 11110011 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011010 | 110110 |
Color Harmonies of #CE1EF3
Complementary color
Monochromatic Colors of #CE1EF3
Black with #CE1EF3
Text Example
Text Example
White with #CE1EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EF3; }
p { color: rgb(206,30,243); }
H1.HeaderClassName
{
color: #CE1EF3;
}
.AnyTagClassName
{
color: #CE1EF3;
}
</style>
background-color css
<style>
a { background-color: #CE1EF3; }
a { background-color: rgb(206,30,243); }
div.DivClassName
{
background-color: #CE1EF3;
}
.BgClassName
{
background-color: #CE1EF3;
}
</style>
border-color css
<style>
span { border-color: #CE1EF3; }
span { border-color: rgb(206,30,243); }
td.TdClassName
{
border-color: #CE1EF3;
}
.TagClassName
{
border-color: #CE1EF3;
}
</style>