Shades of Psychedelic Purple #CE0FE9
Tints of Psychedelic Purple #CE0FE9
RGB
CMYK
RGB Variations
Color information
#CE0FE9 (or 0xCE0FE9) is known color: Psychedelic Purple. HEX triplet: CE, 0F and E9. RGB value is (206,15,233). Sum of RGB (Red+Green+Blue) = 206+15+233=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FE9 is #31F016. Grayscale: #606060. Windows color (decimal): -3272727 or 15273934. OLE color: 15273934.
HSL color Cylindrical-coordinate representation of color #CE0FE9: hue angle of 292.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0FE9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 15 | 233 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.09 |
| HSL | 292.57º | 0.88% | 0.49% | - |
| HSV(B) | 292.57º | 0.94% | 0.91% | - |
| XYZ | 40.33 | 19.35 | 78.7 | - |
| YUV | 96.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 233 | 0.12 | 0.94 | 0 | 0.09 | 292.57 | 0.88 | 0.49 |
| Hex | CE | F | E9 | C | 5E | 0 | 9 | 125 | 58 | 31 |
| Octal | 316 | 17 | 351 | 14 | 136 | 0 | 11 | 445 | 130 | 61 |
| Binary | 11001110 | 1111 | 11101001 | 1100 | 1011110 | 0 | 1001 | 100100101 | 1011000 | 110001 |
Color Harmonies of #CE0FE9
Complementary color
Monochromatic Colors of #CE0FE9
Black with #CE0FE9
Text Example
Text Example
White with #CE0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FE9; }
p { color: rgb(206,15,233); }
H1.HeaderClassName
{
color: #CE0FE9;
}
.AnyTagClassName
{
color: #CE0FE9;
}
</style>
background-color css
<style>
a { background-color: #CE0FE9; }
a { background-color: rgb(206,15,233); }
div.DivClassName
{
background-color: #CE0FE9;
}
.BgClassName
{
background-color: #CE0FE9;
}
</style>
border-color css
<style>
span { border-color: #CE0FE9; }
span { border-color: rgb(206,15,233); }
td.TdClassName
{
border-color: #CE0FE9;
}
.TagClassName
{
border-color: #CE0FE9;
}
</style>