Shades of Psychedelic Purple #CE10F1
Tints of Psychedelic Purple #CE10F1
RGB
CMYK
RGB Variations
Color information
#CE10F1 (or 0xCE10F1) is known color: Psychedelic Purple. HEX triplet: CE, 10 and F1. RGB value is (206,16,241). Sum of RGB (Red+Green+Blue) = 206+16+241=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE10F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10F1 is #31EF0E. Grayscale: #616161. Windows color (decimal): -3272463 or 15798478. OLE color: 15798478.
HSL color Cylindrical-coordinate representation of color #CE10F1: hue angle of 290.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10F1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 16 | 241 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.67º | 0.89% | 0.5% | - |
| HSV(B) | 290.67º | 0.93% | 0.95% | - |
| XYZ | 41.52 | 19.84 | 84.86 | - |
| YUV | 98.46 | 208.45 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 241 | 0.15 | 0.93 | 0 | 0.05 | 290.67 | 0.89 | 0.5 |
| Hex | CE | 10 | F1 | F | 5D | 0 | 5 | 123 | 59 | 32 |
| Octal | 316 | 20 | 361 | 17 | 135 | 0 | 5 | 443 | 131 | 62 |
| Binary | 11001110 | 10000 | 11110001 | 1111 | 1011101 | 0 | 101 | 100100011 | 1011001 | 110010 |
Color Harmonies of #CE10F1
Complementary color
Monochromatic Colors of #CE10F1
Black with #CE10F1
Text Example
Text Example
White with #CE10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10F1; }
p { color: rgb(206,16,241); }
H1.HeaderClassName
{
color: #CE10F1;
}
.AnyTagClassName
{
color: #CE10F1;
}
</style>
background-color css
<style>
a { background-color: #CE10F1; }
a { background-color: rgb(206,16,241); }
div.DivClassName
{
background-color: #CE10F1;
}
.BgClassName
{
background-color: #CE10F1;
}
</style>
border-color css
<style>
span { border-color: #CE10F1; }
span { border-color: rgb(206,16,241); }
td.TdClassName
{
border-color: #CE10F1;
}
.TagClassName
{
border-color: #CE10F1;
}
</style>