Shades of Psychedelic Purple #CE1FEB
Tints of Psychedelic Purple #CE1FEB
RGB
CMYK
RGB Variations
Color information
#CE1FEB (or 0xCE1FEB) is known color: Psychedelic Purple. HEX triplet: CE, 1F and EB. RGB value is (206,31,235). Sum of RGB (Red+Green+Blue) = 206+31+235=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE1FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FEB is #31E014. Grayscale: #696969. Windows color (decimal): -3268629 or 15409102. OLE color: 15409102.
HSL color Cylindrical-coordinate representation of color #CE1FEB: hue angle of 291.47º degrees, saturation: 0.84, 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 #CE1FEB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 31 | 235 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.08 |
| HSL | 291.47º | 0.84% | 0.52% | - |
| HSV(B) | 291.47º | 0.87% | 0.92% | - |
| XYZ | 40.94 | 20.1 | 80.32 | - |
| YUV | 106.58 | 200.48 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 235 | 0.12 | 0.87 | 0 | 0.08 | 291.47 | 0.84 | 0.52 |
| Hex | CE | 1F | EB | C | 57 | 0 | 8 | 123 | 54 | 34 |
| Octal | 316 | 37 | 353 | 14 | 127 | 0 | 10 | 443 | 124 | 64 |
| Binary | 11001110 | 11111 | 11101011 | 1100 | 1010111 | 0 | 1000 | 100100011 | 1010100 | 110100 |
Color Harmonies of #CE1FEB
Complementary color
Monochromatic Colors of #CE1FEB
Black with #CE1FEB
Text Example
Text Example
White with #CE1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FEB; }
p { color: rgb(206,31,235); }
H1.HeaderClassName
{
color: #CE1FEB;
}
.AnyTagClassName
{
color: #CE1FEB;
}
</style>
background-color css
<style>
a { background-color: #CE1FEB; }
a { background-color: rgb(206,31,235); }
div.DivClassName
{
background-color: #CE1FEB;
}
.BgClassName
{
background-color: #CE1FEB;
}
</style>
border-color css
<style>
span { border-color: #CE1FEB; }
span { border-color: rgb(206,31,235); }
td.TdClassName
{
border-color: #CE1FEB;
}
.TagClassName
{
border-color: #CE1FEB;
}
</style>