Shades of Psychedelic Purple #CE03FE
Tints of Psychedelic Purple #CE03FE
RGB
CMYK
RGB Variations
Color information
#CE03FE (or 0xCE03FE) is known color: Psychedelic Purple. HEX triplet: CE, 03 and FE. RGB value is (206,3,254). Sum of RGB (Red+Green+Blue) = 206+3+254=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03FE is #31FC01. Grayscale: #5B5B5B. Windows color (decimal): -3275778 or 16647118. OLE color: 16647118.
HSL color Cylindrical-coordinate representation of color #CE03FE: hue angle of 288.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03FE is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 3 | 254 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.00 |
| HSL | 288.53º | 0.99% | 0.5% | - |
| HSV(B) | 288.53º | 0.99% | 1% | - |
| XYZ | 43.38 | 20.34 | 95.41 | - |
| YUV | 92.31 | 219.25 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 254 | 0.19 | 0.99 | 0 | 0.00 | 288.53 | 0.99 | 0.5 |
| Hex | CE | 3 | FE | 13 | 63 | 0 | 0 | 121 | 63 | 32 |
| Octal | 316 | 3 | 376 | 23 | 143 | 0 | 0 | 441 | 143 | 62 |
| Binary | 11001110 | 11 | 11111110 | 10011 | 1100011 | 0 | 0 | 100100001 | 1100011 | 110010 |
Color Harmonies of #CE03FE
Complementary color
Monochromatic Colors of #CE03FE
Black with #CE03FE
Text Example
Text Example
White with #CE03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03FE; }
p { color: rgb(206,3,254); }
H1.HeaderClassName
{
color: #CE03FE;
}
.AnyTagClassName
{
color: #CE03FE;
}
</style>
background-color css
<style>
a { background-color: #CE03FE; }
a { background-color: rgb(206,3,254); }
div.DivClassName
{
background-color: #CE03FE;
}
.BgClassName
{
background-color: #CE03FE;
}
</style>
border-color css
<style>
span { border-color: #CE03FE; }
span { border-color: rgb(206,3,254); }
td.TdClassName
{
border-color: #CE03FE;
}
.TagClassName
{
border-color: #CE03FE;
}
</style>