Shades of Psychedelic Purple #CE1FF1
Tints of Psychedelic Purple #CE1FF1
RGB
CMYK
RGB Variations
Color information
#CE1FF1 (or 0xCE1FF1) is known color: Psychedelic Purple. HEX triplet: CE, 1F and F1. RGB value is (206,31,241). Sum of RGB (Red+Green+Blue) = 206+31+241=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE1FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FF1 is #31E00E. Grayscale: #6A6A6A. Windows color (decimal): -3268623 or 15802318. OLE color: 15802318.
HSL color Cylindrical-coordinate representation of color #CE1FF1: hue angle of 290º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FF1 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 31 | 241 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.05 |
| HSL | 290º | 0.88% | 0.53% | - |
| HSV(B) | 290º | 0.87% | 0.95% | - |
| XYZ | 41.82 | 20.45 | 84.96 | - |
| YUV | 107.27 | 203.48 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 241 | 0.15 | 0.87 | 0 | 0.05 | 290 | 0.88 | 0.53 |
| Hex | CE | 1F | F1 | F | 57 | 0 | 5 | 122 | 58 | 35 |
| Octal | 316 | 37 | 361 | 17 | 127 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001110 | 11111 | 11110001 | 1111 | 1010111 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CE1FF1
Complementary color
Monochromatic Colors of #CE1FF1
Black with #CE1FF1
Text Example
Text Example
White with #CE1FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FF1; }
p { color: rgb(206,31,241); }
H1.HeaderClassName
{
color: #CE1FF1;
}
.AnyTagClassName
{
color: #CE1FF1;
}
</style>
background-color css
<style>
a { background-color: #CE1FF1; }
a { background-color: rgb(206,31,241); }
div.DivClassName
{
background-color: #CE1FF1;
}
.BgClassName
{
background-color: #CE1FF1;
}
</style>
border-color css
<style>
span { border-color: #CE1FF1; }
span { border-color: rgb(206,31,241); }
td.TdClassName
{
border-color: #CE1FF1;
}
.TagClassName
{
border-color: #CE1FF1;
}
</style>