Shades of Psychedelic Purple #CE1FF2
Tints of Psychedelic Purple #CE1FF2
RGB
CMYK
RGB Variations
Color information
#CE1FF2 (or 0xCE1FF2) is known color: Psychedelic Purple. HEX triplet: CE, 1F and F2. RGB value is (206,31,242). Sum of RGB (Red+Green+Blue) = 206+31+242=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE1FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FF2 is #31E00D. Grayscale: #6A6A6A. Windows color (decimal): -3268622 or 15867854. OLE color: 15867854.
HSL color Cylindrical-coordinate representation of color #CE1FF2: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FF2 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 31 | 242 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.05 |
| HSL | 289.76º | 0.89% | 0.54% | - |
| HSV(B) | 289.76º | 0.87% | 0.95% | - |
| XYZ | 41.97 | 20.51 | 85.75 | - |
| YUV | 107.38 | 203.98 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 242 | 0.15 | 0.87 | 0 | 0.05 | 289.76 | 0.89 | 0.54 |
| Hex | CE | 1F | F2 | F | 57 | 0 | 5 | 122 | 59 | 36 |
| Octal | 316 | 37 | 362 | 17 | 127 | 0 | 5 | 442 | 131 | 66 |
| Binary | 11001110 | 11111 | 11110010 | 1111 | 1010111 | 0 | 101 | 100100010 | 1011001 | 110110 |
Color Harmonies of #CE1FF2
Complementary color
Monochromatic Colors of #CE1FF2
Black with #CE1FF2
Text Example
Text Example
White with #CE1FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FF2; }
p { color: rgb(206,31,242); }
H1.HeaderClassName
{
color: #CE1FF2;
}
.AnyTagClassName
{
color: #CE1FF2;
}
</style>
background-color css
<style>
a { background-color: #CE1FF2; }
a { background-color: rgb(206,31,242); }
div.DivClassName
{
background-color: #CE1FF2;
}
.BgClassName
{
background-color: #CE1FF2;
}
</style>
border-color css
<style>
span { border-color: #CE1FF2; }
span { border-color: rgb(206,31,242); }
td.TdClassName
{
border-color: #CE1FF2;
}
.TagClassName
{
border-color: #CE1FF2;
}
</style>