Shades of Psychedelic Purple #CE06F0
Tints of Psychedelic Purple #CE06F0
RGB
CMYK
RGB Variations
Color information
#CE06F0 (or 0xCE06F0) is known color: Psychedelic Purple. HEX triplet: CE, 06 and F0. RGB value is (206,6,240). Sum of RGB (Red+Green+Blue) = 206+6+240=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE06F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06F0 is #31F90F. Grayscale: #5B5B5B. Windows color (decimal): -3275024 or 15730382. OLE color: 15730382.
HSL color Cylindrical-coordinate representation of color #CE06F0: hue angle of 291.28º degrees, saturation: 0.95, 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 #CE06F0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 6 | 240 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.06 |
| HSL | 291.28º | 0.95% | 0.48% | - |
| HSV(B) | 291.28º | 0.98% | 0.94% | - |
| XYZ | 41.25 | 19.54 | 84.04 | - |
| YUV | 92.48 | 211.26 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 240 | 0.14 | 0.98 | 0 | 0.06 | 291.28 | 0.95 | 0.48 |
| Hex | CE | 6 | F0 | E | 62 | 0 | 6 | 123 | 5F | 30 |
| Octal | 316 | 6 | 360 | 16 | 142 | 0 | 6 | 443 | 137 | 60 |
| Binary | 11001110 | 110 | 11110000 | 1110 | 1100010 | 0 | 110 | 100100011 | 1011111 | 110000 |
Color Harmonies of #CE06F0
Complementary color
Monochromatic Colors of #CE06F0
Black with #CE06F0
Text Example
Text Example
White with #CE06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06F0; }
p { color: rgb(206,6,240); }
H1.HeaderClassName
{
color: #CE06F0;
}
.AnyTagClassName
{
color: #CE06F0;
}
</style>
background-color css
<style>
a { background-color: #CE06F0; }
a { background-color: rgb(206,6,240); }
div.DivClassName
{
background-color: #CE06F0;
}
.BgClassName
{
background-color: #CE06F0;
}
</style>
border-color css
<style>
span { border-color: #CE06F0; }
span { border-color: rgb(206,6,240); }
td.TdClassName
{
border-color: #CE06F0;
}
.TagClassName
{
border-color: #CE06F0;
}
</style>