Shades of Psychedelic Purple #CE04F7
Tints of Psychedelic Purple #CE04F7
RGB
CMYK
RGB Variations
Color information
#CE04F7 (or 0xCE04F7) is known color: Psychedelic Purple. HEX triplet: CE, 04 and F7. RGB value is (206,4,247). Sum of RGB (Red+Green+Blue) = 206+4+247=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE04F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04F7 is #31FB08. Grayscale: #5B5B5B. Windows color (decimal): -3275529 or 16188622. OLE color: 16188622.
HSL color Cylindrical-coordinate representation of color #CE04F7: hue angle of 289.88º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04F7 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 4 | 247 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.03 |
| HSL | 289.88º | 0.97% | 0.49% | - |
| HSV(B) | 289.88º | 0.98% | 0.97% | - |
| XYZ | 42.29 | 19.92 | 89.61 | - |
| YUV | 92.1 | 215.42 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 247 | 0.17 | 0.98 | 0 | 0.03 | 289.88 | 0.97 | 0.49 |
| Hex | CE | 4 | F7 | 11 | 62 | 0 | 3 | 122 | 61 | 31 |
| Octal | 316 | 4 | 367 | 21 | 142 | 0 | 3 | 442 | 141 | 61 |
| Binary | 11001110 | 100 | 11110111 | 10001 | 1100010 | 0 | 11 | 100100010 | 1100001 | 110001 |
Color Harmonies of #CE04F7
Complementary color
Monochromatic Colors of #CE04F7
Black with #CE04F7
Text Example
Text Example
White with #CE04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04F7; }
p { color: rgb(206,4,247); }
H1.HeaderClassName
{
color: #CE04F7;
}
.AnyTagClassName
{
color: #CE04F7;
}
</style>
background-color css
<style>
a { background-color: #CE04F7; }
a { background-color: rgb(206,4,247); }
div.DivClassName
{
background-color: #CE04F7;
}
.BgClassName
{
background-color: #CE04F7;
}
</style>
border-color css
<style>
span { border-color: #CE04F7; }
span { border-color: rgb(206,4,247); }
td.TdClassName
{
border-color: #CE04F7;
}
.TagClassName
{
border-color: #CE04F7;
}
</style>