Shades of Psychedelic Purple #CE00E8
Tints of Psychedelic Purple #CE00E8
RGB
CMYK
RGB Variations
Color information
#CE00E8 (or 0xCE00E8) is known color: Psychedelic Purple. HEX triplet: CE, 00 and E8. RGB value is (206,0,232). Sum of RGB (Red+Green+Blue) = 206+0+232=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE00E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00E8 is #31FF17. Grayscale: #575757. Windows color (decimal): -3276568 or 15204558. OLE color: 15204558.
HSL color Cylindrical-coordinate representation of color #CE00E8: hue angle of 293.28º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00E8 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 0 | 232 | - |
| CMYK | 0.11 | 1 | 0 | 0.09 |
| HSL | 293.28º | 1% | 0.45% | - |
| HSV(B) | 293.28º | 1% | 0.91% | - |
| XYZ | 40.02 | 18.95 | 77.89 | - |
| YUV | 88.04 | 209.25 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 232 | 0.11 | 1 | 0 | 0.09 | 293.28 | 1 | 0.45 |
| Hex | CE | 0 | E8 | B | 64 | 0 | 9 | 125 | 64 | 2D |
| Octal | 316 | 0 | 350 | 13 | 144 | 0 | 11 | 445 | 144 | 55 |
| Binary | 11001110 | 0 | 11101000 | 1011 | 1100100 | 0 | 1001 | 100100101 | 1100100 | 101101 |
Color Harmonies of #CE00E8
Complementary color
Monochromatic Colors of #CE00E8
Black with #CE00E8
Text Example
Text Example
White with #CE00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00E8; }
p { color: rgb(206,0,232); }
H1.HeaderClassName
{
color: #CE00E8;
}
.AnyTagClassName
{
color: #CE00E8;
}
</style>
background-color css
<style>
a { background-color: #CE00E8; }
a { background-color: rgb(206,0,232); }
div.DivClassName
{
background-color: #CE00E8;
}
.BgClassName
{
background-color: #CE00E8;
}
</style>
border-color css
<style>
span { border-color: #CE00E8; }
span { border-color: rgb(206,0,232); }
td.TdClassName
{
border-color: #CE00E8;
}
.TagClassName
{
border-color: #CE00E8;
}
</style>