Shades of Psychedelic Purple #CE03EC
Tints of Psychedelic Purple #CE03EC
RGB
CMYK
RGB Variations
Color information
#CE03EC (or 0xCE03EC) is known color: Psychedelic Purple. HEX triplet: CE, 03 and EC. RGB value is (206,3,236). Sum of RGB (Red+Green+Blue) = 206+3+236=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03EC is #31FC13. Grayscale: #595959. Windows color (decimal): -3275796 or 15467470. OLE color: 15467470.
HSL color Cylindrical-coordinate representation of color #CE03EC: hue angle of 292.27º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03EC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 3 | 236 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.07 |
| HSL | 292.27º | 0.97% | 0.47% | - |
| HSV(B) | 292.27º | 0.99% | 0.93% | - |
| XYZ | 40.63 | 19.24 | 80.93 | - |
| YUV | 90.26 | 210.25 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 236 | 0.13 | 0.99 | 0 | 0.07 | 292.27 | 0.97 | 0.47 |
| Hex | CE | 3 | EC | D | 63 | 0 | 7 | 124 | 61 | 2F |
| Octal | 316 | 3 | 354 | 15 | 143 | 0 | 7 | 444 | 141 | 57 |
| Binary | 11001110 | 11 | 11101100 | 1101 | 1100011 | 0 | 111 | 100100100 | 1100001 | 101111 |
Color Harmonies of #CE03EC
Complementary color
Monochromatic Colors of #CE03EC
Black with #CE03EC
Text Example
Text Example
White with #CE03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03EC; }
p { color: rgb(206,3,236); }
H1.HeaderClassName
{
color: #CE03EC;
}
.AnyTagClassName
{
color: #CE03EC;
}
</style>
background-color css
<style>
a { background-color: #CE03EC; }
a { background-color: rgb(206,3,236); }
div.DivClassName
{
background-color: #CE03EC;
}
.BgClassName
{
background-color: #CE03EC;
}
</style>
border-color css
<style>
span { border-color: #CE03EC; }
span { border-color: rgb(206,3,236); }
td.TdClassName
{
border-color: #CE03EC;
}
.TagClassName
{
border-color: #CE03EC;
}
</style>