Shades of Psychedelic Purple #CE03EE
Tints of Psychedelic Purple #CE03EE
RGB
CMYK
RGB Variations
Color information
#CE03EE (or 0xCE03EE) is known color: Psychedelic Purple. HEX triplet: CE, 03 and EE. RGB value is (206,3,238). Sum of RGB (Red+Green+Blue) = 206+3+238=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03EE is #31FC11. Grayscale: #595959. Windows color (decimal): -3275794 or 15598542. OLE color: 15598542.
HSL color Cylindrical-coordinate representation of color #CE03EE: hue angle of 291.83º degrees, saturation: 0.98, 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 #CE03EE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 3 | 238 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.07 |
| HSL | 291.83º | 0.98% | 0.47% | - |
| HSV(B) | 291.83º | 0.99% | 0.93% | - |
| XYZ | 40.92 | 19.36 | 82.47 | - |
| YUV | 90.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 238 | 0.13 | 0.99 | 0 | 0.07 | 291.83 | 0.98 | 0.47 |
| Hex | CE | 3 | EE | D | 63 | 0 | 7 | 124 | 62 | 2F |
| Octal | 316 | 3 | 356 | 15 | 143 | 0 | 7 | 444 | 142 | 57 |
| Binary | 11001110 | 11 | 11101110 | 1101 | 1100011 | 0 | 111 | 100100100 | 1100010 | 101111 |
Color Harmonies of #CE03EE
Complementary color
Monochromatic Colors of #CE03EE
Black with #CE03EE
Text Example
Text Example
White with #CE03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03EE; }
p { color: rgb(206,3,238); }
H1.HeaderClassName
{
color: #CE03EE;
}
.AnyTagClassName
{
color: #CE03EE;
}
</style>
background-color css
<style>
a { background-color: #CE03EE; }
a { background-color: rgb(206,3,238); }
div.DivClassName
{
background-color: #CE03EE;
}
.BgClassName
{
background-color: #CE03EE;
}
</style>
border-color css
<style>
span { border-color: #CE03EE; }
span { border-color: rgb(206,3,238); }
td.TdClassName
{
border-color: #CE03EE;
}
.TagClassName
{
border-color: #CE03EE;
}
</style>