Shades of Psychedelic Purple #CE1DF5
Tints of Psychedelic Purple #CE1DF5
RGB
CMYK
RGB Variations
Color information
#CE1DF5 (or 0xCE1DF5) is known color: Psychedelic Purple. HEX triplet: CE, 1D and F5. RGB value is (206,29,245). Sum of RGB (Red+Green+Blue) = 206+29+245=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE1DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DF5 is #31E20A. Grayscale: #696969. Windows color (decimal): -3269131 or 16063950. OLE color: 16063950.
HSL color Cylindrical-coordinate representation of color #CE1DF5: hue angle of 289.17º degrees, saturation: 0.92, 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 #CE1DF5 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 29 | 245 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.04 |
| HSL | 289.17º | 0.92% | 0.54% | - |
| HSV(B) | 289.17º | 0.88% | 0.96% | - |
| XYZ | 42.37 | 20.59 | 88.13 | - |
| YUV | 106.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 245 | 0.16 | 0.88 | 0 | 0.04 | 289.17 | 0.92 | 0.54 |
| Hex | CE | 1D | F5 | 10 | 58 | 0 | 4 | 121 | 5C | 36 |
| Octal | 316 | 35 | 365 | 20 | 130 | 0 | 4 | 441 | 134 | 66 |
| Binary | 11001110 | 11101 | 11110101 | 10000 | 1011000 | 0 | 100 | 100100001 | 1011100 | 110110 |
Color Harmonies of #CE1DF5
Complementary color
Monochromatic Colors of #CE1DF5
Black with #CE1DF5
Text Example
Text Example
White with #CE1DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DF5; }
p { color: rgb(206,29,245); }
H1.HeaderClassName
{
color: #CE1DF5;
}
.AnyTagClassName
{
color: #CE1DF5;
}
</style>
background-color css
<style>
a { background-color: #CE1DF5; }
a { background-color: rgb(206,29,245); }
div.DivClassName
{
background-color: #CE1DF5;
}
.BgClassName
{
background-color: #CE1DF5;
}
</style>
border-color css
<style>
span { border-color: #CE1DF5; }
span { border-color: rgb(206,29,245); }
td.TdClassName
{
border-color: #CE1DF5;
}
.TagClassName
{
border-color: #CE1DF5;
}
</style>