Shades of Psychedelic Purple #CE00EB
Tints of Psychedelic Purple #CE00EB
RGB
CMYK
RGB Variations
Color information
#CE00EB (or 0xCE00EB) is known color: Psychedelic Purple. HEX triplet: CE, 00 and EB. RGB value is (206,0,235). Sum of RGB (Red+Green+Blue) = 206+0+235=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE00EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00EB is #31FF14. Grayscale: #575757. Windows color (decimal): -3276565 or 15401166. OLE color: 15401166.
HSL color Cylindrical-coordinate representation of color #CE00EB: hue angle of 292.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00EB is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 0 | 235 | - |
| CMYK | 0.12 | 1 | 0 | 0.08 |
| HSL | 292.6º | 1% | 0.46% | - |
| HSV(B) | 292.6º | 1% | 0.92% | - |
| XYZ | 40.45 | 19.12 | 80.16 | - |
| YUV | 88.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 235 | 0.12 | 1 | 0 | 0.08 | 292.6 | 1 | 0.46 |
| Hex | CE | 0 | EB | C | 64 | 0 | 8 | 125 | 64 | 2E |
| Octal | 316 | 0 | 353 | 14 | 144 | 0 | 10 | 445 | 144 | 56 |
| Binary | 11001110 | 0 | 11101011 | 1100 | 1100100 | 0 | 1000 | 100100101 | 1100100 | 101110 |
Color Harmonies of #CE00EB
Complementary color
Monochromatic Colors of #CE00EB
Black with #CE00EB
Text Example
Text Example
White with #CE00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00EB; }
p { color: rgb(206,0,235); }
H1.HeaderClassName
{
color: #CE00EB;
}
.AnyTagClassName
{
color: #CE00EB;
}
</style>
background-color css
<style>
a { background-color: #CE00EB; }
a { background-color: rgb(206,0,235); }
div.DivClassName
{
background-color: #CE00EB;
}
.BgClassName
{
background-color: #CE00EB;
}
</style>
border-color css
<style>
span { border-color: #CE00EB; }
span { border-color: rgb(206,0,235); }
td.TdClassName
{
border-color: #CE00EB;
}
.TagClassName
{
border-color: #CE00EB;
}
</style>