Shades of Psychedelic Purple #CE04FA
Tints of Psychedelic Purple #CE04FA
RGB
CMYK
RGB Variations
Color information
#CE04FA (or 0xCE04FA) is known color: Psychedelic Purple. HEX triplet: CE, 04 and FA. RGB value is (206,4,250). Sum of RGB (Red+Green+Blue) = 206+4+250=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04FA is #31FB05. Grayscale: #5B5B5B. Windows color (decimal): -3275526 or 16385230. OLE color: 16385230.
HSL color Cylindrical-coordinate representation of color #CE04FA: hue angle of 289.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04FA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 4 | 250 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.02 |
| HSL | 289.27º | 0.97% | 0.5% | - |
| HSV(B) | 289.27º | 0.98% | 0.98% | - |
| XYZ | 42.75 | 20.11 | 92.07 | - |
| YUV | 92.44 | 216.92 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 250 | 0.18 | 0.98 | 0 | 0.02 | 289.27 | 0.97 | 0.5 |
| Hex | CE | 4 | FA | 12 | 62 | 0 | 2 | 121 | 61 | 32 |
| Octal | 316 | 4 | 372 | 22 | 142 | 0 | 2 | 441 | 141 | 62 |
| Binary | 11001110 | 100 | 11111010 | 10010 | 1100010 | 0 | 10 | 100100001 | 1100001 | 110010 |
Color Harmonies of #CE04FA
Complementary color
Monochromatic Colors of #CE04FA
Black with #CE04FA
Text Example
Text Example
White with #CE04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04FA; }
p { color: rgb(206,4,250); }
H1.HeaderClassName
{
color: #CE04FA;
}
.AnyTagClassName
{
color: #CE04FA;
}
</style>
background-color css
<style>
a { background-color: #CE04FA; }
a { background-color: rgb(206,4,250); }
div.DivClassName
{
background-color: #CE04FA;
}
.BgClassName
{
background-color: #CE04FA;
}
</style>
border-color css
<style>
span { border-color: #CE04FA; }
span { border-color: rgb(206,4,250); }
td.TdClassName
{
border-color: #CE04FA;
}
.TagClassName
{
border-color: #CE04FA;
}
</style>