Shades of Psychedelic Purple #CE05EE
Tints of Psychedelic Purple #CE05EE
RGB
CMYK
RGB Variations
Color information
#CE05EE (or 0xCE05EE) is known color: Psychedelic Purple. HEX triplet: CE, 05 and EE. RGB value is (206,5,238). Sum of RGB (Red+Green+Blue) = 206+5+238=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05EE is #31FA11. Grayscale: #5A5A5A. Windows color (decimal): -3275282 or 15599054. OLE color: 15599054.
HSL color Cylindrical-coordinate representation of color #CE05EE: hue angle of 291.76º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05EE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 5 | 238 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.07 |
| HSL | 291.76º | 0.96% | 0.48% | - |
| HSV(B) | 291.76º | 0.98% | 0.93% | - |
| XYZ | 40.94 | 19.4 | 82.48 | - |
| YUV | 91.66 | 210.59 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 238 | 0.13 | 0.98 | 0 | 0.07 | 291.76 | 0.96 | 0.48 |
| Hex | CE | 5 | EE | D | 62 | 0 | 7 | 124 | 60 | 30 |
| Octal | 316 | 5 | 356 | 15 | 142 | 0 | 7 | 444 | 140 | 60 |
| Binary | 11001110 | 101 | 11101110 | 1101 | 1100010 | 0 | 111 | 100100100 | 1100000 | 110000 |
Color Harmonies of #CE05EE
Complementary color
Monochromatic Colors of #CE05EE
Black with #CE05EE
Text Example
Text Example
White with #CE05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05EE; }
p { color: rgb(206,5,238); }
H1.HeaderClassName
{
color: #CE05EE;
}
.AnyTagClassName
{
color: #CE05EE;
}
</style>
background-color css
<style>
a { background-color: #CE05EE; }
a { background-color: rgb(206,5,238); }
div.DivClassName
{
background-color: #CE05EE;
}
.BgClassName
{
background-color: #CE05EE;
}
</style>
border-color css
<style>
span { border-color: #CE05EE; }
span { border-color: rgb(206,5,238); }
td.TdClassName
{
border-color: #CE05EE;
}
.TagClassName
{
border-color: #CE05EE;
}
</style>