Shades of Psychedelic Purple #CE16EF
Tints of Psychedelic Purple #CE16EF
RGB
CMYK
RGB Variations
Color information
#CE16EF (or 0xCE16EF) is known color: Psychedelic Purple. HEX triplet: CE, 16 and EF. RGB value is (206,22,239). Sum of RGB (Red+Green+Blue) = 206+22+239=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16EF is #31E910. Grayscale: #656565. Windows color (decimal): -3270929 or 15668942. OLE color: 15668942.
HSL color Cylindrical-coordinate representation of color #CE16EF: hue angle of 290.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE16EF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 22 | 239 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.06 |
| HSL | 290.88º | 0.87% | 0.51% | - |
| HSV(B) | 290.88º | 0.91% | 0.94% | - |
| XYZ | 41.32 | 19.93 | 83.33 | - |
| YUV | 101.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 239 | 0.14 | 0.91 | 0 | 0.06 | 290.88 | 0.87 | 0.51 |
| Hex | CE | 16 | EF | E | 5B | 0 | 6 | 123 | 57 | 33 |
| Octal | 316 | 26 | 357 | 16 | 133 | 0 | 6 | 443 | 127 | 63 |
| Binary | 11001110 | 10110 | 11101111 | 1110 | 1011011 | 0 | 110 | 100100011 | 1010111 | 110011 |
Color Harmonies of #CE16EF
Complementary color
Monochromatic Colors of #CE16EF
Black with #CE16EF
Text Example
Text Example
White with #CE16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16EF; }
p { color: rgb(206,22,239); }
H1.HeaderClassName
{
color: #CE16EF;
}
.AnyTagClassName
{
color: #CE16EF;
}
</style>
background-color css
<style>
a { background-color: #CE16EF; }
a { background-color: rgb(206,22,239); }
div.DivClassName
{
background-color: #CE16EF;
}
.BgClassName
{
background-color: #CE16EF;
}
</style>
border-color css
<style>
span { border-color: #CE16EF; }
span { border-color: rgb(206,22,239); }
td.TdClassName
{
border-color: #CE16EF;
}
.TagClassName
{
border-color: #CE16EF;
}
</style>