Shades of Psychedelic Purple #CE12ED
Tints of Psychedelic Purple #CE12ED
RGB
CMYK
RGB Variations
Color information
#CE12ED (or 0xCE12ED) is known color: Psychedelic Purple. HEX triplet: CE, 12 and ED. RGB value is (206,18,237). Sum of RGB (Red+Green+Blue) = 206+18+237=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12ED is #31ED12. Grayscale: #626262. Windows color (decimal): -3271955 or 15536846. OLE color: 15536846.
HSL color Cylindrical-coordinate representation of color #CE12ED: hue angle of 291.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE12ED is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 18 | 237 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.51º | 0.86% | 0.5% | - |
| HSV(B) | 291.51º | 0.92% | 0.93% | - |
| XYZ | 40.96 | 19.67 | 81.76 | - |
| YUV | 99.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 237 | 0.13 | 0.92 | 0 | 0.07 | 291.51 | 0.86 | 0.5 |
| Hex | CE | 12 | ED | D | 5C | 0 | 7 | 124 | 56 | 32 |
| Octal | 316 | 22 | 355 | 15 | 134 | 0 | 7 | 444 | 126 | 62 |
| Binary | 11001110 | 10010 | 11101101 | 1101 | 1011100 | 0 | 111 | 100100100 | 1010110 | 110010 |
Color Harmonies of #CE12ED
Complementary color
Monochromatic Colors of #CE12ED
Black with #CE12ED
Text Example
Text Example
White with #CE12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12ED; }
p { color: rgb(206,18,237); }
H1.HeaderClassName
{
color: #CE12ED;
}
.AnyTagClassName
{
color: #CE12ED;
}
</style>
background-color css
<style>
a { background-color: #CE12ED; }
a { background-color: rgb(206,18,237); }
div.DivClassName
{
background-color: #CE12ED;
}
.BgClassName
{
background-color: #CE12ED;
}
</style>
border-color css
<style>
span { border-color: #CE12ED; }
span { border-color: rgb(206,18,237); }
td.TdClassName
{
border-color: #CE12ED;
}
.TagClassName
{
border-color: #CE12ED;
}
</style>