Shades of Psychedelic Purple #CE1DF4
Tints of Psychedelic Purple #CE1DF4
RGB
CMYK
RGB Variations
Color information
#CE1DF4 (or 0xCE1DF4) is known color: Psychedelic Purple. HEX triplet: CE, 1D and F4. RGB value is (206,29,244). Sum of RGB (Red+Green+Blue) = 206+29+244=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DF4 is #31E20B. Grayscale: #696969. Windows color (decimal): -3269132 or 15998414. OLE color: 15998414.
HSL color Cylindrical-coordinate representation of color #CE1DF4: hue angle of 289.4º 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 #CE1DF4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 29 | 244 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.04 |
| HSL | 289.4º | 0.91% | 0.54% | - |
| HSV(B) | 289.4º | 0.88% | 0.96% | - |
| XYZ | 42.22 | 20.53 | 87.33 | - |
| YUV | 106.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 244 | 0.16 | 0.88 | 0 | 0.04 | 289.4 | 0.91 | 0.54 |
| Hex | CE | 1D | F4 | 10 | 58 | 0 | 4 | 121 | 5B | 36 |
| Octal | 316 | 35 | 364 | 20 | 130 | 0 | 4 | 441 | 133 | 66 |
| Binary | 11001110 | 11101 | 11110100 | 10000 | 1011000 | 0 | 100 | 100100001 | 1011011 | 110110 |
Color Harmonies of #CE1DF4
Complementary color
Monochromatic Colors of #CE1DF4
Black with #CE1DF4
Text Example
Text Example
White with #CE1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DF4; }
p { color: rgb(206,29,244); }
H1.HeaderClassName
{
color: #CE1DF4;
}
.AnyTagClassName
{
color: #CE1DF4;
}
</style>
background-color css
<style>
a { background-color: #CE1DF4; }
a { background-color: rgb(206,29,244); }
div.DivClassName
{
background-color: #CE1DF4;
}
.BgClassName
{
background-color: #CE1DF4;
}
</style>
border-color css
<style>
span { border-color: #CE1DF4; }
span { border-color: rgb(206,29,244); }
td.TdClassName
{
border-color: #CE1DF4;
}
.TagClassName
{
border-color: #CE1DF4;
}
</style>