Shades of Psychedelic Purple #CE22F1
Tints of Psychedelic Purple #CE22F1
RGB
CMYK
RGB Variations
Color information
#CE22F1 (or 0xCE22F1) is known color: Psychedelic Purple. HEX triplet: CE, 22 and F1. RGB value is (206,34,241). Sum of RGB (Red+Green+Blue) = 206+34+241=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 34 (13.67% from 255 or 7.07% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE22F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE22F1 is #31DD0E. Grayscale: #6C6C6C. Windows color (decimal): -3267855 or 15803086. OLE color: 15803086.
HSL color Cylindrical-coordinate representation of color #CE22F1: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE22F1 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 34 | 241 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.05 |
| HSL | 289.86º | 0.88% | 0.54% | - |
| HSV(B) | 289.86º | 0.86% | 0.95% | - |
| XYZ | 41.9 | 20.62 | 84.99 | - |
| YUV | 109.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 241 | 0.15 | 0.86 | 0 | 0.05 | 289.86 | 0.88 | 0.54 |
| Hex | CE | 22 | F1 | F | 56 | 0 | 5 | 122 | 58 | 36 |
| Octal | 316 | 42 | 361 | 17 | 126 | 0 | 5 | 442 | 130 | 66 |
| Binary | 11001110 | 100010 | 11110001 | 1111 | 1010110 | 0 | 101 | 100100010 | 1011000 | 110110 |
Color Harmonies of #CE22F1
Complementary color
Monochromatic Colors of #CE22F1
Black with #CE22F1
Text Example
Text Example
White with #CE22F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE22F1; }
p { color: rgb(206,34,241); }
H1.HeaderClassName
{
color: #CE22F1;
}
.AnyTagClassName
{
color: #CE22F1;
}
</style>
background-color css
<style>
a { background-color: #CE22F1; }
a { background-color: rgb(206,34,241); }
div.DivClassName
{
background-color: #CE22F1;
}
.BgClassName
{
background-color: #CE22F1;
}
</style>
border-color css
<style>
span { border-color: #CE22F1; }
span { border-color: rgb(206,34,241); }
td.TdClassName
{
border-color: #CE22F1;
}
.TagClassName
{
border-color: #CE22F1;
}
</style>