Shades of Psychedelic Purple #CE08EC
Tints of Psychedelic Purple #CE08EC
RGB
CMYK
RGB Variations
Color information
#CE08EC (or 0xCE08EC) is known color: Psychedelic Purple. HEX triplet: CE, 08 and EC. RGB value is (206,8,236). Sum of RGB (Red+Green+Blue) = 206+8+236=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08EC is #31F713. Grayscale: #5C5C5C. Windows color (decimal): -3274516 or 15468750. OLE color: 15468750.
HSL color Cylindrical-coordinate representation of color #CE08EC: hue angle of 292.11º degrees, saturation: 0.93, 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 #CE08EC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 8 | 236 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.07 |
| HSL | 292.11º | 0.93% | 0.48% | - |
| HSV(B) | 292.11º | 0.97% | 0.93% | - |
| XYZ | 40.68 | 19.35 | 80.95 | - |
| YUV | 93.19 | 208.6 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 236 | 0.13 | 0.97 | 0 | 0.07 | 292.11 | 0.93 | 0.48 |
| Hex | CE | 8 | EC | D | 61 | 0 | 7 | 124 | 5D | 30 |
| Octal | 316 | 10 | 354 | 15 | 141 | 0 | 7 | 444 | 135 | 60 |
| Binary | 11001110 | 1000 | 11101100 | 1101 | 1100001 | 0 | 111 | 100100100 | 1011101 | 110000 |
Color Harmonies of #CE08EC
Complementary color
Monochromatic Colors of #CE08EC
Black with #CE08EC
Text Example
Text Example
White with #CE08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08EC; }
p { color: rgb(206,8,236); }
H1.HeaderClassName
{
color: #CE08EC;
}
.AnyTagClassName
{
color: #CE08EC;
}
</style>
background-color css
<style>
a { background-color: #CE08EC; }
a { background-color: rgb(206,8,236); }
div.DivClassName
{
background-color: #CE08EC;
}
.BgClassName
{
background-color: #CE08EC;
}
</style>
border-color css
<style>
span { border-color: #CE08EC; }
span { border-color: rgb(206,8,236); }
td.TdClassName
{
border-color: #CE08EC;
}
.TagClassName
{
border-color: #CE08EC;
}
</style>