Shades of Psychedelic Purple #CE1FEC
Tints of Psychedelic Purple #CE1FEC
RGB
CMYK
RGB Variations
Color information
#CE1FEC (or 0xCE1FEC) is known color: Psychedelic Purple. HEX triplet: CE, 1F and EC. RGB value is (206,31,236). Sum of RGB (Red+Green+Blue) = 206+31+236=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FEC is #31E013. Grayscale: #6A6A6A. Windows color (decimal): -3268628 or 15474638. OLE color: 15474638.
HSL color Cylindrical-coordinate representation of color #CE1FEC: hue angle of 291.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FEC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 31 | 236 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 291.22º | 0.84% | 0.52% | - |
| HSV(B) | 291.22º | 0.87% | 0.93% | - |
| XYZ | 41.08 | 20.16 | 81.08 | - |
| YUV | 106.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 236 | 0.13 | 0.87 | 0 | 0.07 | 291.22 | 0.84 | 0.52 |
| Hex | CE | 1F | EC | D | 57 | 0 | 7 | 123 | 54 | 34 |
| Octal | 316 | 37 | 354 | 15 | 127 | 0 | 7 | 443 | 124 | 64 |
| Binary | 11001110 | 11111 | 11101100 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010100 | 110100 |
Color Harmonies of #CE1FEC
Complementary color
Monochromatic Colors of #CE1FEC
Black with #CE1FEC
Text Example
Text Example
White with #CE1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FEC; }
p { color: rgb(206,31,236); }
H1.HeaderClassName
{
color: #CE1FEC;
}
.AnyTagClassName
{
color: #CE1FEC;
}
</style>
background-color css
<style>
a { background-color: #CE1FEC; }
a { background-color: rgb(206,31,236); }
div.DivClassName
{
background-color: #CE1FEC;
}
.BgClassName
{
background-color: #CE1FEC;
}
</style>
border-color css
<style>
span { border-color: #CE1FEC; }
span { border-color: rgb(206,31,236); }
td.TdClassName
{
border-color: #CE1FEC;
}
.TagClassName
{
border-color: #CE1FEC;
}
</style>