Shades of Psychedelic Purple #CE02EB
Tints of Psychedelic Purple #CE02EB
RGB
CMYK
RGB Variations
Color information
#CE02EB (or 0xCE02EB) is known color: Psychedelic Purple. HEX triplet: CE, 02 and EB. RGB value is (206,2,235). Sum of RGB (Red+Green+Blue) = 206+2+235=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE02EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02EB is #31FD14. Grayscale: #585858. Windows color (decimal): -3276053 or 15401678. OLE color: 15401678.
HSL color Cylindrical-coordinate representation of color #CE02EB: hue angle of 292.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02EB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 2 | 235 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.08 |
| HSL | 292.53º | 0.98% | 0.46% | - |
| HSV(B) | 292.53º | 0.99% | 0.92% | - |
| XYZ | 40.47 | 19.16 | 80.16 | - |
| YUV | 89.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 235 | 0.12 | 0.99 | 0 | 0.08 | 292.53 | 0.98 | 0.46 |
| Hex | CE | 2 | EB | C | 63 | 0 | 8 | 125 | 62 | 2E |
| Octal | 316 | 2 | 353 | 14 | 143 | 0 | 10 | 445 | 142 | 56 |
| Binary | 11001110 | 10 | 11101011 | 1100 | 1100011 | 0 | 1000 | 100100101 | 1100010 | 101110 |
Color Harmonies of #CE02EB
Complementary color
Monochromatic Colors of #CE02EB
Black with #CE02EB
Text Example
Text Example
White with #CE02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02EB; }
p { color: rgb(206,2,235); }
H1.HeaderClassName
{
color: #CE02EB;
}
.AnyTagClassName
{
color: #CE02EB;
}
</style>
background-color css
<style>
a { background-color: #CE02EB; }
a { background-color: rgb(206,2,235); }
div.DivClassName
{
background-color: #CE02EB;
}
.BgClassName
{
background-color: #CE02EB;
}
</style>
border-color css
<style>
span { border-color: #CE02EB; }
span { border-color: rgb(206,2,235); }
td.TdClassName
{
border-color: #CE02EB;
}
.TagClassName
{
border-color: #CE02EB;
}
</style>