Shades of Psychedelic Purple #CE16EE
Tints of Psychedelic Purple #CE16EE
RGB
CMYK
RGB Variations
Color information
#CE16EE (or 0xCE16EE) is known color: Psychedelic Purple. HEX triplet: CE, 16 and EE. RGB value is (206,22,238). Sum of RGB (Red+Green+Blue) = 206+22+238=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16EE is #31E911. Grayscale: #646464. Windows color (decimal): -3270930 or 15603406. OLE color: 15603406.
HSL color Cylindrical-coordinate representation of color #CE16EE: hue angle of 291.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE16EE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 22 | 238 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.07 |
| HSL | 291.11º | 0.86% | 0.51% | - |
| HSV(B) | 291.11º | 0.91% | 0.93% | - |
| XYZ | 41.17 | 19.87 | 82.55 | - |
| YUV | 101.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 238 | 0.13 | 0.91 | 0 | 0.07 | 291.11 | 0.86 | 0.51 |
| Hex | CE | 16 | EE | D | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 316 | 26 | 356 | 15 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001110 | 10110 | 11101110 | 1101 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CE16EE
Complementary color
Monochromatic Colors of #CE16EE
Black with #CE16EE
Text Example
Text Example
White with #CE16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16EE; }
p { color: rgb(206,22,238); }
H1.HeaderClassName
{
color: #CE16EE;
}
.AnyTagClassName
{
color: #CE16EE;
}
</style>
background-color css
<style>
a { background-color: #CE16EE; }
a { background-color: rgb(206,22,238); }
div.DivClassName
{
background-color: #CE16EE;
}
.BgClassName
{
background-color: #CE16EE;
}
</style>
border-color css
<style>
span { border-color: #CE16EE; }
span { border-color: rgb(206,22,238); }
td.TdClassName
{
border-color: #CE16EE;
}
.TagClassName
{
border-color: #CE16EE;
}
</style>