Shades of Psychedelic Purple #CE17EC
Tints of Psychedelic Purple #CE17EC
RGB
CMYK
RGB Variations
Color information
#CE17EC (or 0xCE17EC) is known color: Psychedelic Purple. HEX triplet: CE, 17 and EC. RGB value is (206,23,236). Sum of RGB (Red+Green+Blue) = 206+23+236=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17EC is #31E813. Grayscale: #656565. Windows color (decimal): -3270676 or 15472590. OLE color: 15472590.
HSL color Cylindrical-coordinate representation of color #CE17EC: hue angle of 291.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE17EC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 23 | 236 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.55º | 0.85% | 0.51% | - |
| HSV(B) | 291.55º | 0.9% | 0.93% | - |
| XYZ | 40.9 | 19.79 | 81.02 | - |
| YUV | 102 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 236 | 0.13 | 0.90 | 0 | 0.07 | 291.55 | 0.85 | 0.51 |
| Hex | CE | 17 | EC | D | 5A | 0 | 7 | 124 | 55 | 33 |
| Octal | 316 | 27 | 354 | 15 | 132 | 0 | 7 | 444 | 125 | 63 |
| Binary | 11001110 | 10111 | 11101100 | 1101 | 1011010 | 0 | 111 | 100100100 | 1010101 | 110011 |
Color Harmonies of #CE17EC
Complementary color
Monochromatic Colors of #CE17EC
Black with #CE17EC
Text Example
Text Example
White with #CE17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17EC; }
p { color: rgb(206,23,236); }
H1.HeaderClassName
{
color: #CE17EC;
}
.AnyTagClassName
{
color: #CE17EC;
}
</style>
background-color css
<style>
a { background-color: #CE17EC; }
a { background-color: rgb(206,23,236); }
div.DivClassName
{
background-color: #CE17EC;
}
.BgClassName
{
background-color: #CE17EC;
}
</style>
border-color css
<style>
span { border-color: #CE17EC; }
span { border-color: rgb(206,23,236); }
td.TdClassName
{
border-color: #CE17EC;
}
.TagClassName
{
border-color: #CE17EC;
}
</style>