Shades of Psychedelic Purple #CE20EB
Tints of Psychedelic Purple #CE20EB
RGB
CMYK
RGB Variations
Color information
#CE20EB (or 0xCE20EB) is known color: Psychedelic Purple. HEX triplet: CE, 20 and EB. RGB value is (206,32,235). Sum of RGB (Red+Green+Blue) = 206+32+235=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20EB is #31DF14. Grayscale: #6A6A6A. Windows color (decimal): -3268373 or 15409358. OLE color: 15409358.
HSL color Cylindrical-coordinate representation of color #CE20EB: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE20EB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 32 | 235 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.08 |
| HSL | 291.43º | 0.84% | 0.52% | - |
| HSV(B) | 291.43º | 0.86% | 0.92% | - |
| XYZ | 40.97 | 20.15 | 80.33 | - |
| YUV | 107.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 235 | 0.12 | 0.86 | 0 | 0.08 | 291.43 | 0.84 | 0.52 |
| Hex | CE | 20 | EB | C | 56 | 0 | 8 | 123 | 54 | 34 |
| Octal | 316 | 40 | 353 | 14 | 126 | 0 | 10 | 443 | 124 | 64 |
| Binary | 11001110 | 100000 | 11101011 | 1100 | 1010110 | 0 | 1000 | 100100011 | 1010100 | 110100 |
Color Harmonies of #CE20EB
Complementary color
Monochromatic Colors of #CE20EB
Black with #CE20EB
Text Example
Text Example
White with #CE20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20EB; }
p { color: rgb(206,32,235); }
H1.HeaderClassName
{
color: #CE20EB;
}
.AnyTagClassName
{
color: #CE20EB;
}
</style>
background-color css
<style>
a { background-color: #CE20EB; }
a { background-color: rgb(206,32,235); }
div.DivClassName
{
background-color: #CE20EB;
}
.BgClassName
{
background-color: #CE20EB;
}
</style>
border-color css
<style>
span { border-color: #CE20EB; }
span { border-color: rgb(206,32,235); }
td.TdClassName
{
border-color: #CE20EB;
}
.TagClassName
{
border-color: #CE20EB;
}
</style>