Shades of Psychedelic Purple #CE1CF2
Tints of Psychedelic Purple #CE1CF2
RGB
CMYK
RGB Variations
Color information
#CE1CF2 (or 0xCE1CF2) is known color: Psychedelic Purple. HEX triplet: CE, 1C and F2. RGB value is (206,28,242). Sum of RGB (Red+Green+Blue) = 206+28+242=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE1CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CF2 is #31E30D. Grayscale: #686868. Windows color (decimal): -3269390 or 15867086. OLE color: 15867086.
HSL color Cylindrical-coordinate representation of color #CE1CF2: hue angle of 289.91º degrees, saturation: 0.89, 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 #CE1CF2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 28 | 242 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.91º | 0.89% | 0.53% | - |
| HSV(B) | 289.91º | 0.88% | 0.95% | - |
| XYZ | 41.9 | 20.36 | 85.73 | - |
| YUV | 105.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 242 | 0.15 | 0.88 | 0 | 0.05 | 289.91 | 0.89 | 0.53 |
| Hex | CE | 1C | F2 | F | 58 | 0 | 5 | 122 | 59 | 35 |
| Octal | 316 | 34 | 362 | 17 | 130 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11001110 | 11100 | 11110010 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #CE1CF2
Complementary color
Monochromatic Colors of #CE1CF2
Black with #CE1CF2
Text Example
Text Example
White with #CE1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CF2; }
p { color: rgb(206,28,242); }
H1.HeaderClassName
{
color: #CE1CF2;
}
.AnyTagClassName
{
color: #CE1CF2;
}
</style>
background-color css
<style>
a { background-color: #CE1CF2; }
a { background-color: rgb(206,28,242); }
div.DivClassName
{
background-color: #CE1CF2;
}
.BgClassName
{
background-color: #CE1CF2;
}
</style>
border-color css
<style>
span { border-color: #CE1CF2; }
span { border-color: rgb(206,28,242); }
td.TdClassName
{
border-color: #CE1CF2;
}
.TagClassName
{
border-color: #CE1CF2;
}
</style>