Shades of Psychedelic Purple #CE2BF1
Tints of Psychedelic Purple #CE2BF1
RGB
CMYK
RGB Variations
Color information
#CE2BF1 (or 0xCE2BF1) is known color: Psychedelic Purple. HEX triplet: CE, 2B and F1. RGB value is (206,43,241). Sum of RGB (Red+Green+Blue) = 206+43+241=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE2BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2BF1 is #31D40E. Grayscale: #717171. Windows color (decimal): -3265551 or 15805390. OLE color: 15805390.
HSL color Cylindrical-coordinate representation of color #CE2BF1: hue angle of 289.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2BF1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 43 | 241 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.05 |
| HSL | 289.39º | 0.88% | 0.56% | - |
| HSV(B) | 289.39º | 0.82% | 0.95% | - |
| XYZ | 42.19 | 21.2 | 85.09 | - |
| YUV | 114.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 241 | 0.15 | 0.82 | 0 | 0.05 | 289.39 | 0.88 | 0.56 |
| Hex | CE | 2B | F1 | F | 52 | 0 | 5 | 121 | 58 | 38 |
| Octal | 316 | 53 | 361 | 17 | 122 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001110 | 101011 | 11110001 | 1111 | 1010010 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CE2BF1
Complementary color
Monochromatic Colors of #CE2BF1
Black with #CE2BF1
Text Example
Text Example
White with #CE2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BF1; }
p { color: rgb(206,43,241); }
H1.HeaderClassName
{
color: #CE2BF1;
}
.AnyTagClassName
{
color: #CE2BF1;
}
</style>
background-color css
<style>
a { background-color: #CE2BF1; }
a { background-color: rgb(206,43,241); }
div.DivClassName
{
background-color: #CE2BF1;
}
.BgClassName
{
background-color: #CE2BF1;
}
</style>
border-color css
<style>
span { border-color: #CE2BF1; }
span { border-color: rgb(206,43,241); }
td.TdClassName
{
border-color: #CE2BF1;
}
.TagClassName
{
border-color: #CE2BF1;
}
</style>