Shades of Psychedelic Purple #CE11F1
Tints of Psychedelic Purple #CE11F1
RGB
CMYK
RGB Variations
Color information
#CE11F1 (or 0xCE11F1) is known color: Psychedelic Purple. HEX triplet: CE, 11 and F1. RGB value is (206,17,241). Sum of RGB (Red+Green+Blue) = 206+17+241=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11F1 is #31EE0E. Grayscale: #626262. Windows color (decimal): -3272207 or 15798734. OLE color: 15798734.
HSL color Cylindrical-coordinate representation of color #CE11F1: hue angle of 290.62º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE11F1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 17 | 241 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.63º | 0.89% | 0.51% | - |
| HSV(B) | 290.63º | 0.93% | 0.95% | - |
| XYZ | 41.53 | 19.87 | 84.87 | - |
| YUV | 99.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 241 | 0.15 | 0.93 | 0 | 0.05 | 290.63 | 0.89 | 0.51 |
| Hex | CE | 11 | F1 | F | 5D | 0 | 5 | 123 | 59 | 33 |
| Octal | 316 | 21 | 361 | 17 | 135 | 0 | 5 | 443 | 131 | 63 |
| Binary | 11001110 | 10001 | 11110001 | 1111 | 1011101 | 0 | 101 | 100100011 | 1011001 | 110011 |
Color Harmonies of #CE11F1
Complementary color
Monochromatic Colors of #CE11F1
Black with #CE11F1
Text Example
Text Example
White with #CE11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11F1; }
p { color: rgb(206,17,241); }
H1.HeaderClassName
{
color: #CE11F1;
}
.AnyTagClassName
{
color: #CE11F1;
}
</style>
background-color css
<style>
a { background-color: #CE11F1; }
a { background-color: rgb(206,17,241); }
div.DivClassName
{
background-color: #CE11F1;
}
.BgClassName
{
background-color: #CE11F1;
}
</style>
border-color css
<style>
span { border-color: #CE11F1; }
span { border-color: rgb(206,17,241); }
td.TdClassName
{
border-color: #CE11F1;
}
.TagClassName
{
border-color: #CE11F1;
}
</style>