Shades of Psychedelic Purple #CE1FEF
Tints of Psychedelic Purple #CE1FEF
RGB
CMYK
RGB Variations
Color information
#CE1FEF (or 0xCE1FEF) is known color: Psychedelic Purple. HEX triplet: CE, 1F and EF. RGB value is (206,31,239). Sum of RGB (Red+Green+Blue) = 206+31+239=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FEF is #31E010. Grayscale: #6A6A6A. Windows color (decimal): -3268625 or 15671246. OLE color: 15671246.
HSL color Cylindrical-coordinate representation of color #CE1FEF: hue angle of 290.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FEF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 31 | 239 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.06 |
| HSL | 290.48º | 0.87% | 0.53% | - |
| HSV(B) | 290.48º | 0.87% | 0.94% | - |
| XYZ | 41.52 | 20.33 | 83.4 | - |
| YUV | 107.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 239 | 0.14 | 0.87 | 0 | 0.06 | 290.48 | 0.87 | 0.53 |
| Hex | CE | 1F | EF | E | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 316 | 37 | 357 | 16 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001110 | 11111 | 11101111 | 1110 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CE1FEF
Complementary color
Monochromatic Colors of #CE1FEF
Black with #CE1FEF
Text Example
Text Example
White with #CE1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FEF; }
p { color: rgb(206,31,239); }
H1.HeaderClassName
{
color: #CE1FEF;
}
.AnyTagClassName
{
color: #CE1FEF;
}
</style>
background-color css
<style>
a { background-color: #CE1FEF; }
a { background-color: rgb(206,31,239); }
div.DivClassName
{
background-color: #CE1FEF;
}
.BgClassName
{
background-color: #CE1FEF;
}
</style>
border-color css
<style>
span { border-color: #CE1FEF; }
span { border-color: rgb(206,31,239); }
td.TdClassName
{
border-color: #CE1FEF;
}
.TagClassName
{
border-color: #CE1FEF;
}
</style>