Shades of Psychedelic Purple #CE26EB
Tints of Psychedelic Purple #CE26EB
RGB
CMYK
RGB Variations
Color information
#CE26EB (or 0xCE26EB) is known color: Psychedelic Purple. HEX triplet: CE, 26 and EB. RGB value is (206,38,235). Sum of RGB (Red+Green+Blue) = 206+38+235=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE26EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE26EB is #31D914. Grayscale: #6E6E6E. Windows color (decimal): -3266837 or 15410894. OLE color: 15410894.
HSL color Cylindrical-coordinate representation of color #CE26EB: hue angle of 291.17º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE26EB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 38 | 235 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.08 |
| HSL | 291.17º | 0.83% | 0.54% | - |
| HSV(B) | 291.17º | 0.84% | 0.92% | - |
| XYZ | 41.14 | 20.51 | 80.39 | - |
| YUV | 110.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 235 | 0.12 | 0.84 | 0 | 0.08 | 291.17 | 0.83 | 0.54 |
| Hex | CE | 26 | EB | C | 54 | 0 | 8 | 123 | 53 | 36 |
| Octal | 316 | 46 | 353 | 14 | 124 | 0 | 10 | 443 | 123 | 66 |
| Binary | 11001110 | 100110 | 11101011 | 1100 | 1010100 | 0 | 1000 | 100100011 | 1010011 | 110110 |
Color Harmonies of #CE26EB
Complementary color
Monochromatic Colors of #CE26EB
Black with #CE26EB
Text Example
Text Example
White with #CE26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26EB; }
p { color: rgb(206,38,235); }
H1.HeaderClassName
{
color: #CE26EB;
}
.AnyTagClassName
{
color: #CE26EB;
}
</style>
background-color css
<style>
a { background-color: #CE26EB; }
a { background-color: rgb(206,38,235); }
div.DivClassName
{
background-color: #CE26EB;
}
.BgClassName
{
background-color: #CE26EB;
}
</style>
border-color css
<style>
span { border-color: #CE26EB; }
span { border-color: rgb(206,38,235); }
td.TdClassName
{
border-color: #CE26EB;
}
.TagClassName
{
border-color: #CE26EB;
}
</style>