Shades of Psychedelic Purple #CE16E7
Tints of Psychedelic Purple #CE16E7
RGB
CMYK
RGB Variations
Color information
#CE16E7 (or 0xCE16E7) is known color: Psychedelic Purple. HEX triplet: CE, 16 and E7. RGB value is (206,22,231). Sum of RGB (Red+Green+Blue) = 206+22+231=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE16E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16E7 is #31E918. Grayscale: #646464. Windows color (decimal): -3270937 or 15144654. OLE color: 15144654.
HSL color Cylindrical-coordinate representation of color #CE16E7: hue angle of 292.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16E7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 22 | 231 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.09 |
| HSL | 292.82º | 0.83% | 0.5% | - |
| HSV(B) | 292.82º | 0.9% | 0.91% | - |
| XYZ | 40.16 | 19.47 | 77.24 | - |
| YUV | 100.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 231 | 0.11 | 0.90 | 0 | 0.09 | 292.82 | 0.83 | 0.5 |
| Hex | CE | 16 | E7 | B | 5A | 0 | 9 | 125 | 53 | 32 |
| Octal | 316 | 26 | 347 | 13 | 132 | 0 | 11 | 445 | 123 | 62 |
| Binary | 11001110 | 10110 | 11100111 | 1011 | 1011010 | 0 | 1001 | 100100101 | 1010011 | 110010 |
Color Harmonies of #CE16E7
Complementary color
Monochromatic Colors of #CE16E7
Black with #CE16E7
Text Example
Text Example
White with #CE16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16E7; }
p { color: rgb(206,22,231); }
H1.HeaderClassName
{
color: #CE16E7;
}
.AnyTagClassName
{
color: #CE16E7;
}
</style>
background-color css
<style>
a { background-color: #CE16E7; }
a { background-color: rgb(206,22,231); }
div.DivClassName
{
background-color: #CE16E7;
}
.BgClassName
{
background-color: #CE16E7;
}
</style>
border-color css
<style>
span { border-color: #CE16E7; }
span { border-color: rgb(206,22,231); }
td.TdClassName
{
border-color: #CE16E7;
}
.TagClassName
{
border-color: #CE16E7;
}
</style>