Shades of Psychedelic Purple #CE05EC
Tints of Psychedelic Purple #CE05EC
RGB
CMYK
RGB Variations
Color information
#CE05EC (or 0xCE05EC) is known color: Psychedelic Purple. HEX triplet: CE, 05 and EC. RGB value is (206,5,236). Sum of RGB (Red+Green+Blue) = 206+5+236=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05EC is #31FA13. Grayscale: #5A5A5A. Windows color (decimal): -3275284 or 15467982. OLE color: 15467982.
HSL color Cylindrical-coordinate representation of color #CE05EC: hue angle of 292.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05EC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 5 | 236 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.07 |
| HSL | 292.21º | 0.96% | 0.47% | - |
| HSV(B) | 292.21º | 0.98% | 0.93% | - |
| XYZ | 40.65 | 19.29 | 80.94 | - |
| YUV | 91.43 | 209.59 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 236 | 0.13 | 0.98 | 0 | 0.07 | 292.21 | 0.96 | 0.47 |
| Hex | CE | 5 | EC | D | 62 | 0 | 7 | 124 | 60 | 2F |
| Octal | 316 | 5 | 354 | 15 | 142 | 0 | 7 | 444 | 140 | 57 |
| Binary | 11001110 | 101 | 11101100 | 1101 | 1100010 | 0 | 111 | 100100100 | 1100000 | 101111 |
Color Harmonies of #CE05EC
Complementary color
Monochromatic Colors of #CE05EC
Black with #CE05EC
Text Example
Text Example
White with #CE05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05EC; }
p { color: rgb(206,5,236); }
H1.HeaderClassName
{
color: #CE05EC;
}
.AnyTagClassName
{
color: #CE05EC;
}
</style>
background-color css
<style>
a { background-color: #CE05EC; }
a { background-color: rgb(206,5,236); }
div.DivClassName
{
background-color: #CE05EC;
}
.BgClassName
{
background-color: #CE05EC;
}
</style>
border-color css
<style>
span { border-color: #CE05EC; }
span { border-color: rgb(206,5,236); }
td.TdClassName
{
border-color: #CE05EC;
}
.TagClassName
{
border-color: #CE05EC;
}
</style>