Shades of Psychedelic Purple #CE26EF
Tints of Psychedelic Purple #CE26EF
RGB
CMYK
RGB Variations
Color information
#CE26EF (or 0xCE26EF) is known color: Psychedelic Purple. HEX triplet: CE, 26 and EF. RGB value is (206,38,239). Sum of RGB (Red+Green+Blue) = 206+38+239=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE26EF is #31D910. Grayscale: #6E6E6E. Windows color (decimal): -3266833 or 15673038. OLE color: 15673038.
HSL color Cylindrical-coordinate representation of color #CE26EF: hue angle of 290.15º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE26EF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 38 | 239 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.06 |
| HSL | 290.15º | 0.86% | 0.54% | - |
| HSV(B) | 290.15º | 0.84% | 0.94% | - |
| XYZ | 41.73 | 20.74 | 83.47 | - |
| YUV | 111.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 239 | 0.14 | 0.84 | 0 | 0.06 | 290.15 | 0.86 | 0.54 |
| Hex | CE | 26 | EF | E | 54 | 0 | 6 | 122 | 56 | 36 |
| Octal | 316 | 46 | 357 | 16 | 124 | 0 | 6 | 442 | 126 | 66 |
| Binary | 11001110 | 100110 | 11101111 | 1110 | 1010100 | 0 | 110 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CE26EF
Complementary color
Monochromatic Colors of #CE26EF
Black with #CE26EF
Text Example
Text Example
White with #CE26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26EF; }
p { color: rgb(206,38,239); }
H1.HeaderClassName
{
color: #CE26EF;
}
.AnyTagClassName
{
color: #CE26EF;
}
</style>
background-color css
<style>
a { background-color: #CE26EF; }
a { background-color: rgb(206,38,239); }
div.DivClassName
{
background-color: #CE26EF;
}
.BgClassName
{
background-color: #CE26EF;
}
</style>
border-color css
<style>
span { border-color: #CE26EF; }
span { border-color: rgb(206,38,239); }
td.TdClassName
{
border-color: #CE26EF;
}
.TagClassName
{
border-color: #CE26EF;
}
</style>