Shades of Psychedelic Purple #CE1CE9
Tints of Psychedelic Purple #CE1CE9
RGB
CMYK
RGB Variations
Color information
#CE1CE9 (or 0xCE1CE9) is known color: Psychedelic Purple. HEX triplet: CE, 1C and E9. RGB value is (206,28,233). Sum of RGB (Red+Green+Blue) = 206+28+233=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CE9 is #31E316. Grayscale: #676767. Windows color (decimal): -3269399 or 15277262. OLE color: 15277262.
HSL color Cylindrical-coordinate representation of color #CE1CE9: hue angle of 292.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1CE9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 28 | 233 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.09 |
| HSL | 292.1º | 0.82% | 0.51% | - |
| HSV(B) | 292.1º | 0.88% | 0.91% | - |
| XYZ | 40.58 | 19.84 | 78.78 | - |
| YUV | 104.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 233 | 0.12 | 0.88 | 0 | 0.09 | 292.1 | 0.82 | 0.51 |
| Hex | CE | 1C | E9 | C | 58 | 0 | 9 | 124 | 52 | 33 |
| Octal | 316 | 34 | 351 | 14 | 130 | 0 | 11 | 444 | 122 | 63 |
| Binary | 11001110 | 11100 | 11101001 | 1100 | 1011000 | 0 | 1001 | 100100100 | 1010010 | 110011 |
Color Harmonies of #CE1CE9
Complementary color
Monochromatic Colors of #CE1CE9
Black with #CE1CE9
Text Example
Text Example
White with #CE1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CE9; }
p { color: rgb(206,28,233); }
H1.HeaderClassName
{
color: #CE1CE9;
}
.AnyTagClassName
{
color: #CE1CE9;
}
</style>
background-color css
<style>
a { background-color: #CE1CE9; }
a { background-color: rgb(206,28,233); }
div.DivClassName
{
background-color: #CE1CE9;
}
.BgClassName
{
background-color: #CE1CE9;
}
</style>
border-color css
<style>
span { border-color: #CE1CE9; }
span { border-color: rgb(206,28,233); }
td.TdClassName
{
border-color: #CE1CE9;
}
.TagClassName
{
border-color: #CE1CE9;
}
</style>