Shades of Psychedelic Purple #CE05EF
Tints of Psychedelic Purple #CE05EF
RGB
CMYK
RGB Variations
Color information
#CE05EF (or 0xCE05EF) is known color: Psychedelic Purple. HEX triplet: CE, 05 and EF. RGB value is (206,5,239). Sum of RGB (Red+Green+Blue) = 206+5+239=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE05EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05EF is #31FA10. Grayscale: #5B5B5B. Windows color (decimal): -3275281 or 15664590. OLE color: 15664590.
HSL color Cylindrical-coordinate representation of color #CE05EF: hue angle of 291.54º degrees, saturation: 0.96, 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 #CE05EF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 5 | 239 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.06 |
| HSL | 291.54º | 0.96% | 0.48% | - |
| HSV(B) | 291.54º | 0.98% | 0.94% | - |
| XYZ | 41.09 | 19.46 | 83.25 | - |
| YUV | 91.78 | 211.09 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 239 | 0.14 | 0.98 | 0 | 0.06 | 291.54 | 0.96 | 0.48 |
| Hex | CE | 5 | EF | E | 62 | 0 | 6 | 124 | 60 | 30 |
| Octal | 316 | 5 | 357 | 16 | 142 | 0 | 6 | 444 | 140 | 60 |
| Binary | 11001110 | 101 | 11101111 | 1110 | 1100010 | 0 | 110 | 100100100 | 1100000 | 110000 |
Color Harmonies of #CE05EF
Complementary color
Monochromatic Colors of #CE05EF
Black with #CE05EF
Text Example
Text Example
White with #CE05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05EF; }
p { color: rgb(206,5,239); }
H1.HeaderClassName
{
color: #CE05EF;
}
.AnyTagClassName
{
color: #CE05EF;
}
</style>
background-color css
<style>
a { background-color: #CE05EF; }
a { background-color: rgb(206,5,239); }
div.DivClassName
{
background-color: #CE05EF;
}
.BgClassName
{
background-color: #CE05EF;
}
</style>
border-color css
<style>
span { border-color: #CE05EF; }
span { border-color: rgb(206,5,239); }
td.TdClassName
{
border-color: #CE05EF;
}
.TagClassName
{
border-color: #CE05EF;
}
</style>