Shades of Psychedelic Purple #CE20F0
Tints of Psychedelic Purple #CE20F0
RGB
CMYK
RGB Variations
Color information
#CE20F0 (or 0xCE20F0) is known color: Psychedelic Purple. HEX triplet: CE, 20 and F0. RGB value is (206,32,240). Sum of RGB (Red+Green+Blue) = 206+32+240=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE20F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20F0 is #31DF0F. Grayscale: #6B6B6B. Windows color (decimal): -3268368 or 15737038. OLE color: 15737038.
HSL color Cylindrical-coordinate representation of color #CE20F0: hue angle of 290.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE20F0 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 32 | 240 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.06 |
| HSL | 290.19º | 0.87% | 0.53% | - |
| HSV(B) | 290.19º | 0.87% | 0.94% | - |
| XYZ | 41.7 | 20.45 | 84.19 | - |
| YUV | 107.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 240 | 0.14 | 0.87 | 0 | 0.06 | 290.19 | 0.87 | 0.53 |
| Hex | CE | 20 | F0 | E | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 316 | 40 | 360 | 16 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001110 | 100000 | 11110000 | 1110 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CE20F0
Complementary color
Monochromatic Colors of #CE20F0
Black with #CE20F0
Text Example
Text Example
White with #CE20F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20F0; }
p { color: rgb(206,32,240); }
H1.HeaderClassName
{
color: #CE20F0;
}
.AnyTagClassName
{
color: #CE20F0;
}
</style>
background-color css
<style>
a { background-color: #CE20F0; }
a { background-color: rgb(206,32,240); }
div.DivClassName
{
background-color: #CE20F0;
}
.BgClassName
{
background-color: #CE20F0;
}
</style>
border-color css
<style>
span { border-color: #CE20F0; }
span { border-color: rgb(206,32,240); }
td.TdClassName
{
border-color: #CE20F0;
}
.TagClassName
{
border-color: #CE20F0;
}
</style>