Shades of Psychedelic Purple #CE04EF
Tints of Psychedelic Purple #CE04EF
RGB
CMYK
RGB Variations
Color information
#CE04EF (or 0xCE04EF) is known color: Psychedelic Purple. HEX triplet: CE, 04 and EF. RGB value is (206,4,239). Sum of RGB (Red+Green+Blue) = 206+4+239=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE04EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04EF is #31FB10. Grayscale: #5A5A5A. Windows color (decimal): -3275537 or 15664334. OLE color: 15664334.
HSL color Cylindrical-coordinate representation of color #CE04EF: hue angle of 291.57º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04EF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 4 | 239 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.06 |
| HSL | 291.57º | 0.97% | 0.48% | - |
| HSV(B) | 291.57º | 0.98% | 0.94% | - |
| XYZ | 41.08 | 19.44 | 83.25 | - |
| YUV | 91.19 | 211.42 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 239 | 0.14 | 0.98 | 0 | 0.06 | 291.57 | 0.97 | 0.48 |
| Hex | CE | 4 | EF | E | 62 | 0 | 6 | 124 | 61 | 30 |
| Octal | 316 | 4 | 357 | 16 | 142 | 0 | 6 | 444 | 141 | 60 |
| Binary | 11001110 | 100 | 11101111 | 1110 | 1100010 | 0 | 110 | 100100100 | 1100001 | 110000 |
Color Harmonies of #CE04EF
Complementary color
Monochromatic Colors of #CE04EF
Black with #CE04EF
Text Example
Text Example
White with #CE04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04EF; }
p { color: rgb(206,4,239); }
H1.HeaderClassName
{
color: #CE04EF;
}
.AnyTagClassName
{
color: #CE04EF;
}
</style>
background-color css
<style>
a { background-color: #CE04EF; }
a { background-color: rgb(206,4,239); }
div.DivClassName
{
background-color: #CE04EF;
}
.BgClassName
{
background-color: #CE04EF;
}
</style>
border-color css
<style>
span { border-color: #CE04EF; }
span { border-color: rgb(206,4,239); }
td.TdClassName
{
border-color: #CE04EF;
}
.TagClassName
{
border-color: #CE04EF;
}
</style>