Shades of Psychedelic Purple #CE20EF
Tints of Psychedelic Purple #CE20EF
RGB
CMYK
RGB Variations
Color information
#CE20EF (or 0xCE20EF) is known color: Psychedelic Purple. HEX triplet: CE, 20 and EF. RGB value is (206,32,239). Sum of RGB (Red+Green+Blue) = 206+32+239=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20EF is #31DF10. Grayscale: #6A6A6A. Windows color (decimal): -3268369 or 15671502. OLE color: 15671502.
HSL color Cylindrical-coordinate representation of color #CE20EF: hue angle of 290.43º 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 #CE20EF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 32 | 239 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.06 |
| HSL | 290.43º | 0.87% | 0.53% | - |
| HSV(B) | 290.43º | 0.87% | 0.94% | - |
| XYZ | 41.55 | 20.39 | 83.41 | - |
| YUV | 107.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 239 | 0.14 | 0.87 | 0 | 0.06 | 290.43 | 0.87 | 0.53 |
| Hex | CE | 20 | EF | E | 57 | 0 | 6 | 122 | 57 | 35 |
| Octal | 316 | 40 | 357 | 16 | 127 | 0 | 6 | 442 | 127 | 65 |
| Binary | 11001110 | 100000 | 11101111 | 1110 | 1010111 | 0 | 110 | 100100010 | 1010111 | 110101 |
Color Harmonies of #CE20EF
Complementary color
Monochromatic Colors of #CE20EF
Black with #CE20EF
Text Example
Text Example
White with #CE20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20EF; }
p { color: rgb(206,32,239); }
H1.HeaderClassName
{
color: #CE20EF;
}
.AnyTagClassName
{
color: #CE20EF;
}
</style>
background-color css
<style>
a { background-color: #CE20EF; }
a { background-color: rgb(206,32,239); }
div.DivClassName
{
background-color: #CE20EF;
}
.BgClassName
{
background-color: #CE20EF;
}
</style>
border-color css
<style>
span { border-color: #CE20EF; }
span { border-color: rgb(206,32,239); }
td.TdClassName
{
border-color: #CE20EF;
}
.TagClassName
{
border-color: #CE20EF;
}
</style>