Shades of Psychedelic Purple #CE07EC
Tints of Psychedelic Purple #CE07EC
RGB
CMYK
RGB Variations
Color information
#CE07EC (or 0xCE07EC) is known color: Psychedelic Purple. HEX triplet: CE, 07 and EC. RGB value is (206,7,236). Sum of RGB (Red+Green+Blue) = 206+7+236=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07EC is #31F813. Grayscale: #5B5B5B. Windows color (decimal): -3274772 or 15468494. OLE color: 15468494.
HSL color Cylindrical-coordinate representation of color #CE07EC: hue angle of 292.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07EC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 7 | 236 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.07 |
| HSL | 292.14º | 0.94% | 0.48% | - |
| HSV(B) | 292.14º | 0.97% | 0.93% | - |
| XYZ | 40.67 | 19.33 | 80.94 | - |
| YUV | 92.61 | 208.93 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 236 | 0.13 | 0.97 | 0 | 0.07 | 292.14 | 0.94 | 0.48 |
| Hex | CE | 7 | EC | D | 61 | 0 | 7 | 124 | 5E | 30 |
| Octal | 316 | 7 | 354 | 15 | 141 | 0 | 7 | 444 | 136 | 60 |
| Binary | 11001110 | 111 | 11101100 | 1101 | 1100001 | 0 | 111 | 100100100 | 1011110 | 110000 |
Color Harmonies of #CE07EC
Complementary color
Monochromatic Colors of #CE07EC
Black with #CE07EC
Text Example
Text Example
White with #CE07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07EC; }
p { color: rgb(206,7,236); }
H1.HeaderClassName
{
color: #CE07EC;
}
.AnyTagClassName
{
color: #CE07EC;
}
</style>
background-color css
<style>
a { background-color: #CE07EC; }
a { background-color: rgb(206,7,236); }
div.DivClassName
{
background-color: #CE07EC;
}
.BgClassName
{
background-color: #CE07EC;
}
</style>
border-color css
<style>
span { border-color: #CE07EC; }
span { border-color: rgb(206,7,236); }
td.TdClassName
{
border-color: #CE07EC;
}
.TagClassName
{
border-color: #CE07EC;
}
</style>