Shades of Psychedelic Purple #CE1CF1
Tints of Psychedelic Purple #CE1CF1
RGB
CMYK
RGB Variations
Color information
#CE1CF1 (or 0xCE1CF1) is known color: Psychedelic Purple. HEX triplet: CE, 1C and F1. RGB value is (206,28,241). Sum of RGB (Red+Green+Blue) = 206+28+241=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CF1 is #31E30E. Grayscale: #686868. Windows color (decimal): -3269391 or 15801550. OLE color: 15801550.
HSL color Cylindrical-coordinate representation of color #CE1CF1: hue angle of 290.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1CF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 28 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 290.14º | 0.88% | 0.53% | - |
| HSV(B) | 290.14º | 0.88% | 0.95% | - |
| XYZ | 41.75 | 20.3 | 84.94 | - |
| YUV | 105.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 241 | 0.15 | 0.88 | 0 | 0.05 | 290.14 | 0.88 | 0.53 |
| Hex | CE | 1C | F1 | F | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 316 | 34 | 361 | 17 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001110 | 11100 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CE1CF1
Complementary color
Monochromatic Colors of #CE1CF1
Black with #CE1CF1
Text Example
Text Example
White with #CE1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CF1; }
p { color: rgb(206,28,241); }
H1.HeaderClassName
{
color: #CE1CF1;
}
.AnyTagClassName
{
color: #CE1CF1;
}
</style>
background-color css
<style>
a { background-color: #CE1CF1; }
a { background-color: rgb(206,28,241); }
div.DivClassName
{
background-color: #CE1CF1;
}
.BgClassName
{
background-color: #CE1CF1;
}
</style>
border-color css
<style>
span { border-color: #CE1CF1; }
span { border-color: rgb(206,28,241); }
td.TdClassName
{
border-color: #CE1CF1;
}
.TagClassName
{
border-color: #CE1CF1;
}
</style>