Shades of Psychedelic Purple #CE1FEA
Tints of Psychedelic Purple #CE1FEA
RGB
CMYK
RGB Variations
Color information
#CE1FEA (or 0xCE1FEA) is known color: Psychedelic Purple. HEX triplet: CE, 1F and EA. RGB value is (206,31,234). Sum of RGB (Red+Green+Blue) = 206+31+234=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FEA is #31E015. Grayscale: #696969. Windows color (decimal): -3268630 or 15343566. OLE color: 15343566.
HSL color Cylindrical-coordinate representation of color #CE1FEA: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1FEA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 31 | 234 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.08 |
| HSL | 291.72º | 0.83% | 0.52% | - |
| HSV(B) | 291.72º | 0.87% | 0.92% | - |
| XYZ | 40.79 | 20.04 | 79.56 | - |
| YUV | 106.47 | 199.98 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 234 | 0.12 | 0.87 | 0 | 0.08 | 291.72 | 0.83 | 0.52 |
| Hex | CE | 1F | EA | C | 57 | 0 | 8 | 124 | 53 | 34 |
| Octal | 316 | 37 | 352 | 14 | 127 | 0 | 10 | 444 | 123 | 64 |
| Binary | 11001110 | 11111 | 11101010 | 1100 | 1010111 | 0 | 1000 | 100100100 | 1010011 | 110100 |
Color Harmonies of #CE1FEA
Complementary color
Monochromatic Colors of #CE1FEA
Black with #CE1FEA
Text Example
Text Example
White with #CE1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FEA; }
p { color: rgb(206,31,234); }
H1.HeaderClassName
{
color: #CE1FEA;
}
.AnyTagClassName
{
color: #CE1FEA;
}
</style>
background-color css
<style>
a { background-color: #CE1FEA; }
a { background-color: rgb(206,31,234); }
div.DivClassName
{
background-color: #CE1FEA;
}
.BgClassName
{
background-color: #CE1FEA;
}
</style>
border-color css
<style>
span { border-color: #CE1FEA; }
span { border-color: rgb(206,31,234); }
td.TdClassName
{
border-color: #CE1FEA;
}
.TagClassName
{
border-color: #CE1FEA;
}
</style>