Shades of Psychedelic Purple #CE11E8
Tints of Psychedelic Purple #CE11E8
RGB
CMYK
RGB Variations
Color information
#CE11E8 (or 0xCE11E8) is known color: Psychedelic Purple. HEX triplet: CE, 11 and E8. RGB value is (206,17,232). Sum of RGB (Red+Green+Blue) = 206+17+232=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE11E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11E8 is #31EE17. Grayscale: #616161. Windows color (decimal): -3272216 or 15208910. OLE color: 15208910.
HSL color Cylindrical-coordinate representation of color #CE11E8: hue angle of 292.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE11E8 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 17 | 232 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.09 |
| HSL | 292.74º | 0.86% | 0.49% | - |
| HSV(B) | 292.74º | 0.93% | 0.91% | - |
| XYZ | 40.22 | 19.35 | 77.96 | - |
| YUV | 98.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 232 | 0.11 | 0.93 | 0 | 0.09 | 292.74 | 0.86 | 0.49 |
| Hex | CE | 11 | E8 | B | 5D | 0 | 9 | 125 | 56 | 31 |
| Octal | 316 | 21 | 350 | 13 | 135 | 0 | 11 | 445 | 126 | 61 |
| Binary | 11001110 | 10001 | 11101000 | 1011 | 1011101 | 0 | 1001 | 100100101 | 1010110 | 110001 |
Color Harmonies of #CE11E8
Complementary color
Monochromatic Colors of #CE11E8
Black with #CE11E8
Text Example
Text Example
White with #CE11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11E8; }
p { color: rgb(206,17,232); }
H1.HeaderClassName
{
color: #CE11E8;
}
.AnyTagClassName
{
color: #CE11E8;
}
</style>
background-color css
<style>
a { background-color: #CE11E8; }
a { background-color: rgb(206,17,232); }
div.DivClassName
{
background-color: #CE11E8;
}
.BgClassName
{
background-color: #CE11E8;
}
</style>
border-color css
<style>
span { border-color: #CE11E8; }
span { border-color: rgb(206,17,232); }
td.TdClassName
{
border-color: #CE11E8;
}
.TagClassName
{
border-color: #CE11E8;
}
</style>