Shades of Psychedelic Purple #CE1FED
Tints of Psychedelic Purple #CE1FED
RGB
CMYK
RGB Variations
Color information
#CE1FED (or 0xCE1FED) is known color: Psychedelic Purple. HEX triplet: CE, 1F and ED. RGB value is (206,31,237). Sum of RGB (Red+Green+Blue) = 206+31+237=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FED is #31E012. Grayscale: #6A6A6A. Windows color (decimal): -3268627 or 15540174. OLE color: 15540174.
HSL color Cylindrical-coordinate representation of color #CE1FED: hue angle of 290.97º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FED is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 31 | 237 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 290.97º | 0.85% | 0.53% | - |
| HSV(B) | 290.97º | 0.87% | 0.93% | - |
| XYZ | 41.23 | 20.22 | 81.85 | - |
| YUV | 106.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 237 | 0.13 | 0.87 | 0 | 0.07 | 290.97 | 0.85 | 0.53 |
| Hex | CE | 1F | ED | D | 57 | 0 | 7 | 123 | 55 | 35 |
| Octal | 316 | 37 | 355 | 15 | 127 | 0 | 7 | 443 | 125 | 65 |
| Binary | 11001110 | 11111 | 11101101 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010101 | 110101 |
Color Harmonies of #CE1FED
Complementary color
Monochromatic Colors of #CE1FED
Black with #CE1FED
Text Example
Text Example
White with #CE1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FED; }
p { color: rgb(206,31,237); }
H1.HeaderClassName
{
color: #CE1FED;
}
.AnyTagClassName
{
color: #CE1FED;
}
</style>
background-color css
<style>
a { background-color: #CE1FED; }
a { background-color: rgb(206,31,237); }
div.DivClassName
{
background-color: #CE1FED;
}
.BgClassName
{
background-color: #CE1FED;
}
</style>
border-color css
<style>
span { border-color: #CE1FED; }
span { border-color: rgb(206,31,237); }
td.TdClassName
{
border-color: #CE1FED;
}
.TagClassName
{
border-color: #CE1FED;
}
</style>