Shades of Psychedelic Purple #CE1BEA
Tints of Psychedelic Purple #CE1BEA
RGB
CMYK
RGB Variations
Color information
#CE1BEA (or 0xCE1BEA) is known color: Psychedelic Purple. HEX triplet: CE, 1B and EA. RGB value is (206,27,234). Sum of RGB (Red+Green+Blue) = 206+27+234=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BEA is #31E415. Grayscale: #676767. Windows color (decimal): -3269654 or 15342542. OLE color: 15342542.
HSL color Cylindrical-coordinate representation of color #CE1BEA: hue angle of 291.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1BEA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 27 | 234 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.08 |
| HSL | 291.88º | 0.83% | 0.51% | - |
| HSV(B) | 291.88º | 0.88% | 0.92% | - |
| XYZ | 40.7 | 19.85 | 79.53 | - |
| YUV | 104.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 234 | 0.12 | 0.88 | 0 | 0.08 | 291.88 | 0.83 | 0.51 |
| Hex | CE | 1B | EA | C | 58 | 0 | 8 | 124 | 53 | 33 |
| Octal | 316 | 33 | 352 | 14 | 130 | 0 | 10 | 444 | 123 | 63 |
| Binary | 11001110 | 11011 | 11101010 | 1100 | 1011000 | 0 | 1000 | 100100100 | 1010011 | 110011 |
Color Harmonies of #CE1BEA
Complementary color
Monochromatic Colors of #CE1BEA
Black with #CE1BEA
Text Example
Text Example
White with #CE1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BEA; }
p { color: rgb(206,27,234); }
H1.HeaderClassName
{
color: #CE1BEA;
}
.AnyTagClassName
{
color: #CE1BEA;
}
</style>
background-color css
<style>
a { background-color: #CE1BEA; }
a { background-color: rgb(206,27,234); }
div.DivClassName
{
background-color: #CE1BEA;
}
.BgClassName
{
background-color: #CE1BEA;
}
</style>
border-color css
<style>
span { border-color: #CE1BEA; }
span { border-color: rgb(206,27,234); }
td.TdClassName
{
border-color: #CE1BEA;
}
.TagClassName
{
border-color: #CE1BEA;
}
</style>