Shades of Psychedelic Purple #CE04FD
Tints of Psychedelic Purple #CE04FD
RGB
CMYK
RGB Variations
Color information
#CE04FD (or 0xCE04FD) is known color: Psychedelic Purple. HEX triplet: CE, 04 and FD. RGB value is (206,4,253). Sum of RGB (Red+Green+Blue) = 206+4+253=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04FD is #31FB02. Grayscale: #5B5B5B. Windows color (decimal): -3275523 or 16581838. OLE color: 16581838.
HSL color Cylindrical-coordinate representation of color #CE04FD: hue angle of 288.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04FD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 4 | 253 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.01 |
| HSL | 288.67º | 0.98% | 0.5% | - |
| HSV(B) | 288.67º | 0.98% | 0.99% | - |
| XYZ | 43.23 | 20.3 | 94.57 | - |
| YUV | 92.78 | 218.42 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 253 | 0.19 | 0.98 | 0 | 0.01 | 288.67 | 0.98 | 0.5 |
| Hex | CE | 4 | FD | 13 | 62 | 0 | 1 | 121 | 62 | 32 |
| Octal | 316 | 4 | 375 | 23 | 142 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11001110 | 100 | 11111101 | 10011 | 1100010 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CE04FD
Complementary color
Monochromatic Colors of #CE04FD
Black with #CE04FD
Text Example
Text Example
White with #CE04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04FD; }
p { color: rgb(206,4,253); }
H1.HeaderClassName
{
color: #CE04FD;
}
.AnyTagClassName
{
color: #CE04FD;
}
</style>
background-color css
<style>
a { background-color: #CE04FD; }
a { background-color: rgb(206,4,253); }
div.DivClassName
{
background-color: #CE04FD;
}
.BgClassName
{
background-color: #CE04FD;
}
</style>
border-color css
<style>
span { border-color: #CE04FD; }
span { border-color: rgb(206,4,253); }
td.TdClassName
{
border-color: #CE04FD;
}
.TagClassName
{
border-color: #CE04FD;
}
</style>