Shades of Psychedelic Purple #CE17EB
Tints of Psychedelic Purple #CE17EB
RGB
CMYK
RGB Variations
Color information
#CE17EB (or 0xCE17EB) is known color: Psychedelic Purple. HEX triplet: CE, 17 and EB. RGB value is (206,23,235). Sum of RGB (Red+Green+Blue) = 206+23+235=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17EB is #31E814. Grayscale: #656565. Windows color (decimal): -3270677 or 15407054. OLE color: 15407054.
HSL color Cylindrical-coordinate representation of color #CE17EB: hue angle of 291.79º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE17EB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 23 | 235 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.08 |
| HSL | 291.79º | 0.84% | 0.51% | - |
| HSV(B) | 291.79º | 0.9% | 0.92% | - |
| XYZ | 40.76 | 19.73 | 80.26 | - |
| YUV | 101.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 235 | 0.12 | 0.90 | 0 | 0.08 | 291.79 | 0.84 | 0.51 |
| Hex | CE | 17 | EB | C | 5A | 0 | 8 | 124 | 54 | 33 |
| Octal | 316 | 27 | 353 | 14 | 132 | 0 | 10 | 444 | 124 | 63 |
| Binary | 11001110 | 10111 | 11101011 | 1100 | 1011010 | 0 | 1000 | 100100100 | 1010100 | 110011 |
Color Harmonies of #CE17EB
Complementary color
Monochromatic Colors of #CE17EB
Black with #CE17EB
Text Example
Text Example
White with #CE17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17EB; }
p { color: rgb(206,23,235); }
H1.HeaderClassName
{
color: #CE17EB;
}
.AnyTagClassName
{
color: #CE17EB;
}
</style>
background-color css
<style>
a { background-color: #CE17EB; }
a { background-color: rgb(206,23,235); }
div.DivClassName
{
background-color: #CE17EB;
}
.BgClassName
{
background-color: #CE17EB;
}
</style>
border-color css
<style>
span { border-color: #CE17EB; }
span { border-color: rgb(206,23,235); }
td.TdClassName
{
border-color: #CE17EB;
}
.TagClassName
{
border-color: #CE17EB;
}
</style>