Shades of Psychedelic Purple #CE02ED
Tints of Psychedelic Purple #CE02ED
RGB
CMYK
RGB Variations
Color information
#CE02ED (or 0xCE02ED) is known color: Psychedelic Purple. HEX triplet: CE, 02 and ED. RGB value is (206,2,237). Sum of RGB (Red+Green+Blue) = 206+2+237=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02ED is #31FD12. Grayscale: #595959. Windows color (decimal): -3276051 or 15532750. OLE color: 15532750.
HSL color Cylindrical-coordinate representation of color #CE02ED: hue angle of 292.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02ED is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 2 | 237 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.07 |
| HSL | 292.09º | 0.98% | 0.47% | - |
| HSV(B) | 292.09º | 0.99% | 0.93% | - |
| XYZ | 40.76 | 19.28 | 81.69 | - |
| YUV | 89.79 | 211.09 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 237 | 0.13 | 0.99 | 0 | 0.07 | 292.09 | 0.98 | 0.47 |
| Hex | CE | 2 | ED | D | 63 | 0 | 7 | 124 | 62 | 2F |
| Octal | 316 | 2 | 355 | 15 | 143 | 0 | 7 | 444 | 142 | 57 |
| Binary | 11001110 | 10 | 11101101 | 1101 | 1100011 | 0 | 111 | 100100100 | 1100010 | 101111 |
Color Harmonies of #CE02ED
Complementary color
Monochromatic Colors of #CE02ED
Black with #CE02ED
Text Example
Text Example
White with #CE02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02ED; }
p { color: rgb(206,2,237); }
H1.HeaderClassName
{
color: #CE02ED;
}
.AnyTagClassName
{
color: #CE02ED;
}
</style>
background-color css
<style>
a { background-color: #CE02ED; }
a { background-color: rgb(206,2,237); }
div.DivClassName
{
background-color: #CE02ED;
}
.BgClassName
{
background-color: #CE02ED;
}
</style>
border-color css
<style>
span { border-color: #CE02ED; }
span { border-color: rgb(206,2,237); }
td.TdClassName
{
border-color: #CE02ED;
}
.TagClassName
{
border-color: #CE02ED;
}
</style>