Shades of Psychedelic Purple #CE21F3
Tints of Psychedelic Purple #CE21F3
RGB
CMYK
RGB Variations
Color information
#CE21F3 (or 0xCE21F3) is known color: Psychedelic Purple. HEX triplet: CE, 21 and F3. RGB value is (206,33,243). Sum of RGB (Red+Green+Blue) = 206+33+243=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE21F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21F3 is #31DE0C. Grayscale: #6C6C6C. Windows color (decimal): -3268109 or 15933902. OLE color: 15933902.
HSL color Cylindrical-coordinate representation of color #CE21F3: hue angle of 289.43º degrees, saturation: 0.9, 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 #CE21F3 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 33 | 243 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.05 |
| HSL | 289.43º | 0.9% | 0.54% | - |
| HSV(B) | 289.43º | 0.86% | 0.95% | - |
| XYZ | 42.18 | 20.68 | 86.56 | - |
| YUV | 108.67 | 203.81 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 243 | 0.15 | 0.86 | 0 | 0.05 | 289.43 | 0.9 | 0.54 |
| Hex | CE | 21 | F3 | F | 56 | 0 | 5 | 121 | 5A | 36 |
| Octal | 316 | 41 | 363 | 17 | 126 | 0 | 5 | 441 | 132 | 66 |
| Binary | 11001110 | 100001 | 11110011 | 1111 | 1010110 | 0 | 101 | 100100001 | 1011010 | 110110 |
Color Harmonies of #CE21F3
Complementary color
Monochromatic Colors of #CE21F3
Black with #CE21F3
Text Example
Text Example
White with #CE21F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21F3; }
p { color: rgb(206,33,243); }
H1.HeaderClassName
{
color: #CE21F3;
}
.AnyTagClassName
{
color: #CE21F3;
}
</style>
background-color css
<style>
a { background-color: #CE21F3; }
a { background-color: rgb(206,33,243); }
div.DivClassName
{
background-color: #CE21F3;
}
.BgClassName
{
background-color: #CE21F3;
}
</style>
border-color css
<style>
span { border-color: #CE21F3; }
span { border-color: rgb(206,33,243); }
td.TdClassName
{
border-color: #CE21F3;
}
.TagClassName
{
border-color: #CE21F3;
}
</style>