Shades of Psychedelic Purple #CE03E8
Tints of Psychedelic Purple #CE03E8
RGB
CMYK
RGB Variations
Color information
#CE03E8 (or 0xCE03E8) is known color: Psychedelic Purple. HEX triplet: CE, 03 and E8. RGB value is (206,3,232). Sum of RGB (Red+Green+Blue) = 206+3+232=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE03E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03E8 is #31FC17. Grayscale: #595959. Windows color (decimal): -3275800 or 15205326. OLE color: 15205326.
HSL color Cylindrical-coordinate representation of color #CE03E8: hue angle of 293.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03E8 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 3 | 232 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.09 |
| HSL | 293.19º | 0.97% | 0.46% | - |
| HSV(B) | 293.19º | 0.99% | 0.91% | - |
| XYZ | 40.05 | 19.01 | 77.9 | - |
| YUV | 89.8 | 208.25 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 232 | 0.11 | 0.99 | 0 | 0.09 | 293.19 | 0.97 | 0.46 |
| Hex | CE | 3 | E8 | B | 63 | 0 | 9 | 125 | 61 | 2E |
| Octal | 316 | 3 | 350 | 13 | 143 | 0 | 11 | 445 | 141 | 56 |
| Binary | 11001110 | 11 | 11101000 | 1011 | 1100011 | 0 | 1001 | 100100101 | 1100001 | 101110 |
Color Harmonies of #CE03E8
Complementary color
Monochromatic Colors of #CE03E8
Black with #CE03E8
Text Example
Text Example
White with #CE03E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03E8; }
p { color: rgb(206,3,232); }
H1.HeaderClassName
{
color: #CE03E8;
}
.AnyTagClassName
{
color: #CE03E8;
}
</style>
background-color css
<style>
a { background-color: #CE03E8; }
a { background-color: rgb(206,3,232); }
div.DivClassName
{
background-color: #CE03E8;
}
.BgClassName
{
background-color: #CE03E8;
}
</style>
border-color css
<style>
span { border-color: #CE03E8; }
span { border-color: rgb(206,3,232); }
td.TdClassName
{
border-color: #CE03E8;
}
.TagClassName
{
border-color: #CE03E8;
}
</style>