Shades of Psychedelic Purple #CE15ED
Tints of Psychedelic Purple #CE15ED
RGB
CMYK
RGB Variations
Color information
#CE15ED (or 0xCE15ED) is known color: Psychedelic Purple. HEX triplet: CE, 15 and ED. RGB value is (206,21,237). Sum of RGB (Red+Green+Blue) = 206+21+237=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15ED is #31EA12. Grayscale: #646464. Windows color (decimal): -3271187 or 15537614. OLE color: 15537614.
HSL color Cylindrical-coordinate representation of color #CE15ED: hue angle of 291.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE15ED is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 21 | 237 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.07 |
| HSL | 291.39º | 0.86% | 0.51% | - |
| HSV(B) | 291.39º | 0.91% | 0.93% | - |
| XYZ | 41.01 | 19.77 | 81.78 | - |
| YUV | 100.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 237 | 0.13 | 0.91 | 0 | 0.07 | 291.39 | 0.86 | 0.51 |
| Hex | CE | 15 | ED | D | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 316 | 25 | 355 | 15 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001110 | 10101 | 11101101 | 1101 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CE15ED
Complementary color
Monochromatic Colors of #CE15ED
Black with #CE15ED
Text Example
Text Example
White with #CE15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15ED; }
p { color: rgb(206,21,237); }
H1.HeaderClassName
{
color: #CE15ED;
}
.AnyTagClassName
{
color: #CE15ED;
}
</style>
background-color css
<style>
a { background-color: #CE15ED; }
a { background-color: rgb(206,21,237); }
div.DivClassName
{
background-color: #CE15ED;
}
.BgClassName
{
background-color: #CE15ED;
}
</style>
border-color css
<style>
span { border-color: #CE15ED; }
span { border-color: rgb(206,21,237); }
td.TdClassName
{
border-color: #CE15ED;
}
.TagClassName
{
border-color: #CE15ED;
}
</style>