Shades of Psychedelic Purple #CE17ED
Tints of Psychedelic Purple #CE17ED
RGB
CMYK
RGB Variations
Color information
#CE17ED (or 0xCE17ED) is known color: Psychedelic Purple. HEX triplet: CE, 17 and ED. RGB value is (206,23,237). Sum of RGB (Red+Green+Blue) = 206+23+237=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17ED is #31E812. Grayscale: #656565. Windows color (decimal): -3270675 or 15538126. OLE color: 15538126.
HSL color Cylindrical-coordinate representation of color #CE17ED: hue angle of 291.31º degrees, saturation: 0.86, 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 #CE17ED is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 23 | 237 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.31º | 0.86% | 0.51% | - |
| HSV(B) | 291.31º | 0.9% | 0.93% | - |
| XYZ | 41.05 | 19.85 | 81.79 | - |
| YUV | 102.11 | 204.13 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 237 | 0.13 | 0.90 | 0 | 0.07 | 291.31 | 0.86 | 0.51 |
| Hex | CE | 17 | ED | D | 5A | 0 | 7 | 123 | 56 | 33 |
| Octal | 316 | 27 | 355 | 15 | 132 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001110 | 10111 | 11101101 | 1101 | 1011010 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CE17ED
Complementary color
Monochromatic Colors of #CE17ED
Black with #CE17ED
Text Example
Text Example
White with #CE17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17ED; }
p { color: rgb(206,23,237); }
H1.HeaderClassName
{
color: #CE17ED;
}
.AnyTagClassName
{
color: #CE17ED;
}
</style>
background-color css
<style>
a { background-color: #CE17ED; }
a { background-color: rgb(206,23,237); }
div.DivClassName
{
background-color: #CE17ED;
}
.BgClassName
{
background-color: #CE17ED;
}
</style>
border-color css
<style>
span { border-color: #CE17ED; }
span { border-color: rgb(206,23,237); }
td.TdClassName
{
border-color: #CE17ED;
}
.TagClassName
{
border-color: #CE17ED;
}
</style>