Shades of Psychedelic Purple #CE02FA
Tints of Psychedelic Purple #CE02FA
RGB
CMYK
RGB Variations
Color information
#CE02FA (or 0xCE02FA) is known color: Psychedelic Purple. HEX triplet: CE, 02 and FA. RGB value is (206,2,250). Sum of RGB (Red+Green+Blue) = 206+2+250=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02FA is #31FD05. Grayscale: #5A5A5A. Windows color (decimal): -3276038 or 16384718. OLE color: 16384718.
HSL color Cylindrical-coordinate representation of color #CE02FA: hue angle of 289.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02FA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 2 | 250 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.02 |
| HSL | 289.35º | 0.98% | 0.49% | - |
| HSV(B) | 289.35º | 0.99% | 0.98% | - |
| XYZ | 42.73 | 20.07 | 92.06 | - |
| YUV | 91.27 | 217.59 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 250 | 0.18 | 0.99 | 0 | 0.02 | 289.35 | 0.98 | 0.49 |
| Hex | CE | 2 | FA | 12 | 63 | 0 | 2 | 121 | 62 | 31 |
| Octal | 316 | 2 | 372 | 22 | 143 | 0 | 2 | 441 | 142 | 61 |
| Binary | 11001110 | 10 | 11111010 | 10010 | 1100011 | 0 | 10 | 100100001 | 1100010 | 110001 |
Color Harmonies of #CE02FA
Complementary color
Monochromatic Colors of #CE02FA
Black with #CE02FA
Text Example
Text Example
White with #CE02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02FA; }
p { color: rgb(206,2,250); }
H1.HeaderClassName
{
color: #CE02FA;
}
.AnyTagClassName
{
color: #CE02FA;
}
</style>
background-color css
<style>
a { background-color: #CE02FA; }
a { background-color: rgb(206,2,250); }
div.DivClassName
{
background-color: #CE02FA;
}
.BgClassName
{
background-color: #CE02FA;
}
</style>
border-color css
<style>
span { border-color: #CE02FA; }
span { border-color: rgb(206,2,250); }
td.TdClassName
{
border-color: #CE02FA;
}
.TagClassName
{
border-color: #CE02FA;
}
</style>