Shades of Psychedelic Purple #CE03F2
Tints of Psychedelic Purple #CE03F2
RGB
CMYK
RGB Variations
Color information
#CE03F2 (or 0xCE03F2) is known color: Psychedelic Purple. HEX triplet: CE, 03 and F2. RGB value is (206,3,242). Sum of RGB (Red+Green+Blue) = 206+3+242=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE03F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03F2 is #31FC0D. Grayscale: #5A5A5A. Windows color (decimal): -3275790 or 15860686. OLE color: 15860686.
HSL color Cylindrical-coordinate representation of color #CE03F2: hue angle of 290.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03F2 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 3 | 242 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.05 |
| HSL | 290.96º | 0.98% | 0.48% | - |
| HSV(B) | 290.96º | 0.99% | 0.95% | - |
| XYZ | 41.51 | 19.6 | 85.6 | - |
| YUV | 90.94 | 213.25 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 242 | 0.15 | 0.99 | 0 | 0.05 | 290.96 | 0.98 | 0.48 |
| Hex | CE | 3 | F2 | F | 63 | 0 | 5 | 123 | 62 | 30 |
| Octal | 316 | 3 | 362 | 17 | 143 | 0 | 5 | 443 | 142 | 60 |
| Binary | 11001110 | 11 | 11110010 | 1111 | 1100011 | 0 | 101 | 100100011 | 1100010 | 110000 |
Color Harmonies of #CE03F2
Complementary color
Monochromatic Colors of #CE03F2
Black with #CE03F2
Text Example
Text Example
White with #CE03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03F2; }
p { color: rgb(206,3,242); }
H1.HeaderClassName
{
color: #CE03F2;
}
.AnyTagClassName
{
color: #CE03F2;
}
</style>
background-color css
<style>
a { background-color: #CE03F2; }
a { background-color: rgb(206,3,242); }
div.DivClassName
{
background-color: #CE03F2;
}
.BgClassName
{
background-color: #CE03F2;
}
</style>
border-color css
<style>
span { border-color: #CE03F2; }
span { border-color: rgb(206,3,242); }
td.TdClassName
{
border-color: #CE03F2;
}
.TagClassName
{
border-color: #CE03F2;
}
</style>