Shades of Psychedelic Purple #CE20EA
Tints of Psychedelic Purple #CE20EA
RGB
CMYK
RGB Variations
Color information
#CE20EA (or 0xCE20EA) is known color: Psychedelic Purple. HEX triplet: CE, 20 and EA. RGB value is (206,32,234). Sum of RGB (Red+Green+Blue) = 206+32+234=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20EA is #31DF15. Grayscale: #6A6A6A. Windows color (decimal): -3268374 or 15343822. OLE color: 15343822.
HSL color Cylindrical-coordinate representation of color #CE20EA: hue angle of 291.68º degrees, saturation: 0.83, 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 #CE20EA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 32 | 234 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.08 |
| HSL | 291.68º | 0.83% | 0.52% | - |
| HSV(B) | 291.68º | 0.86% | 0.92% | - |
| XYZ | 40.82 | 20.1 | 79.57 | - |
| YUV | 107.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 234 | 0.12 | 0.86 | 0 | 0.08 | 291.68 | 0.83 | 0.52 |
| Hex | CE | 20 | EA | C | 56 | 0 | 8 | 124 | 53 | 34 |
| Octal | 316 | 40 | 352 | 14 | 126 | 0 | 10 | 444 | 123 | 64 |
| Binary | 11001110 | 100000 | 11101010 | 1100 | 1010110 | 0 | 1000 | 100100100 | 1010011 | 110100 |
Color Harmonies of #CE20EA
Complementary color
Monochromatic Colors of #CE20EA
Black with #CE20EA
Text Example
Text Example
White with #CE20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20EA; }
p { color: rgb(206,32,234); }
H1.HeaderClassName
{
color: #CE20EA;
}
.AnyTagClassName
{
color: #CE20EA;
}
</style>
background-color css
<style>
a { background-color: #CE20EA; }
a { background-color: rgb(206,32,234); }
div.DivClassName
{
background-color: #CE20EA;
}
.BgClassName
{
background-color: #CE20EA;
}
</style>
border-color css
<style>
span { border-color: #CE20EA; }
span { border-color: rgb(206,32,234); }
td.TdClassName
{
border-color: #CE20EA;
}
.TagClassName
{
border-color: #CE20EA;
}
</style>