Shades of Psychedelic Purple #CE16EA
Tints of Psychedelic Purple #CE16EA
RGB
CMYK
RGB Variations
Color information
#CE16EA (or 0xCE16EA) is known color: Psychedelic Purple. HEX triplet: CE, 16 and EA. RGB value is (206,22,234). Sum of RGB (Red+Green+Blue) = 206+22+234=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16EA is #31E915. Grayscale: #646464. Windows color (decimal): -3270934 or 15341262. OLE color: 15341262.
HSL color Cylindrical-coordinate representation of color #CE16EA: hue angle of 292.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE16EA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 22 | 234 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.08 |
| HSL | 292.08º | 0.83% | 0.5% | - |
| HSV(B) | 292.08º | 0.91% | 0.92% | - |
| XYZ | 40.59 | 19.64 | 79.49 | - |
| YUV | 101.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 234 | 0.12 | 0.91 | 0 | 0.08 | 292.08 | 0.83 | 0.5 |
| Hex | CE | 16 | EA | C | 5B | 0 | 8 | 124 | 53 | 32 |
| Octal | 316 | 26 | 352 | 14 | 133 | 0 | 10 | 444 | 123 | 62 |
| Binary | 11001110 | 10110 | 11101010 | 1100 | 1011011 | 0 | 1000 | 100100100 | 1010011 | 110010 |
Color Harmonies of #CE16EA
Complementary color
Monochromatic Colors of #CE16EA
Black with #CE16EA
Text Example
Text Example
White with #CE16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16EA; }
p { color: rgb(206,22,234); }
H1.HeaderClassName
{
color: #CE16EA;
}
.AnyTagClassName
{
color: #CE16EA;
}
</style>
background-color css
<style>
a { background-color: #CE16EA; }
a { background-color: rgb(206,22,234); }
div.DivClassName
{
background-color: #CE16EA;
}
.BgClassName
{
background-color: #CE16EA;
}
</style>
border-color css
<style>
span { border-color: #CE16EA; }
span { border-color: rgb(206,22,234); }
td.TdClassName
{
border-color: #CE16EA;
}
.TagClassName
{
border-color: #CE16EA;
}
</style>