Shades of Psychedelic Purple #CE03EB
Tints of Psychedelic Purple #CE03EB
RGB
CMYK
RGB Variations
Color information
#CE03EB (or 0xCE03EB) is known color: Psychedelic Purple. HEX triplet: CE, 03 and EB. RGB value is (206,3,235). Sum of RGB (Red+Green+Blue) = 206+3+235=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE03EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03EB is #31FC14. Grayscale: #595959. Windows color (decimal): -3275797 or 15401934. OLE color: 15401934.
HSL color Cylindrical-coordinate representation of color #CE03EB: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03EB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 3 | 235 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.08 |
| HSL | 292.5º | 0.97% | 0.47% | - |
| HSV(B) | 292.5º | 0.99% | 0.92% | - |
| XYZ | 40.48 | 19.19 | 80.17 | - |
| YUV | 90.15 | 209.75 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 235 | 0.12 | 0.99 | 0 | 0.08 | 292.5 | 0.97 | 0.47 |
| Hex | CE | 3 | EB | C | 63 | 0 | 8 | 124 | 61 | 2F |
| Octal | 316 | 3 | 353 | 14 | 143 | 0 | 10 | 444 | 141 | 57 |
| Binary | 11001110 | 11 | 11101011 | 1100 | 1100011 | 0 | 1000 | 100100100 | 1100001 | 101111 |
Color Harmonies of #CE03EB
Complementary color
Monochromatic Colors of #CE03EB
Black with #CE03EB
Text Example
Text Example
White with #CE03EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03EB; }
p { color: rgb(206,3,235); }
H1.HeaderClassName
{
color: #CE03EB;
}
.AnyTagClassName
{
color: #CE03EB;
}
</style>
background-color css
<style>
a { background-color: #CE03EB; }
a { background-color: rgb(206,3,235); }
div.DivClassName
{
background-color: #CE03EB;
}
.BgClassName
{
background-color: #CE03EB;
}
</style>
border-color css
<style>
span { border-color: #CE03EB; }
span { border-color: rgb(206,3,235); }
td.TdClassName
{
border-color: #CE03EB;
}
.TagClassName
{
border-color: #CE03EB;
}
</style>