Shades of Psychedelic Purple #CE1FF6
Tints of Psychedelic Purple #CE1FF6
RGB
CMYK
RGB Variations
Color information
#CE1FF6 (or 0xCE1FF6) is known color: Psychedelic Purple. HEX triplet: CE, 1F and F6. RGB value is (206,31,246). Sum of RGB (Red+Green+Blue) = 206+31+246=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE1FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FF6 is #31E009. Grayscale: #6B6B6B. Windows color (decimal): -3268618 or 16129998. OLE color: 16129998.
HSL color Cylindrical-coordinate representation of color #CE1FF6: hue angle of 288.84º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FF6 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 31 | 246 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.04 |
| HSL | 288.84º | 0.92% | 0.54% | - |
| HSV(B) | 288.84º | 0.87% | 0.96% | - |
| XYZ | 42.58 | 20.76 | 88.95 | - |
| YUV | 107.84 | 205.98 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 246 | 0.16 | 0.87 | 0 | 0.04 | 288.84 | 0.92 | 0.54 |
| Hex | CE | 1F | F6 | 10 | 57 | 0 | 4 | 121 | 5C | 36 |
| Octal | 316 | 37 | 366 | 20 | 127 | 0 | 4 | 441 | 134 | 66 |
| Binary | 11001110 | 11111 | 11110110 | 10000 | 1010111 | 0 | 100 | 100100001 | 1011100 | 110110 |
Color Harmonies of #CE1FF6
Complementary color
Monochromatic Colors of #CE1FF6
Black with #CE1FF6
Text Example
Text Example
White with #CE1FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FF6; }
p { color: rgb(206,31,246); }
H1.HeaderClassName
{
color: #CE1FF6;
}
.AnyTagClassName
{
color: #CE1FF6;
}
</style>
background-color css
<style>
a { background-color: #CE1FF6; }
a { background-color: rgb(206,31,246); }
div.DivClassName
{
background-color: #CE1FF6;
}
.BgClassName
{
background-color: #CE1FF6;
}
</style>
border-color css
<style>
span { border-color: #CE1FF6; }
span { border-color: rgb(206,31,246); }
td.TdClassName
{
border-color: #CE1FF6;
}
.TagClassName
{
border-color: #CE1FF6;
}
</style>