Shades of Psychedelic Purple #CE03F0
Tints of Psychedelic Purple #CE03F0
RGB
CMYK
RGB Variations
Color information
#CE03F0 (or 0xCE03F0) is known color: Psychedelic Purple. HEX triplet: CE, 03 and F0. RGB value is (206,3,240). Sum of RGB (Red+Green+Blue) = 206+3+240=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE03F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03F0 is #31FC0F. Grayscale: #595959. Windows color (decimal): -3275792 or 15729614. OLE color: 15729614.
HSL color Cylindrical-coordinate representation of color #CE03F0: hue angle of 291.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03F0 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 3 | 240 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.06 |
| HSL | 291.39º | 0.98% | 0.48% | - |
| HSV(B) | 291.39º | 0.99% | 0.94% | - |
| XYZ | 41.21 | 19.48 | 84.03 | - |
| YUV | 90.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 240 | 0.14 | 0.99 | 0 | 0.06 | 291.39 | 0.98 | 0.48 |
| Hex | CE | 3 | F0 | E | 63 | 0 | 6 | 123 | 62 | 30 |
| Octal | 316 | 3 | 360 | 16 | 143 | 0 | 6 | 443 | 142 | 60 |
| Binary | 11001110 | 11 | 11110000 | 1110 | 1100011 | 0 | 110 | 100100011 | 1100010 | 110000 |
Color Harmonies of #CE03F0
Complementary color
Monochromatic Colors of #CE03F0
Black with #CE03F0
Text Example
Text Example
White with #CE03F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03F0; }
p { color: rgb(206,3,240); }
H1.HeaderClassName
{
color: #CE03F0;
}
.AnyTagClassName
{
color: #CE03F0;
}
</style>
background-color css
<style>
a { background-color: #CE03F0; }
a { background-color: rgb(206,3,240); }
div.DivClassName
{
background-color: #CE03F0;
}
.BgClassName
{
background-color: #CE03F0;
}
</style>
border-color css
<style>
span { border-color: #CE03F0; }
span { border-color: rgb(206,3,240); }
td.TdClassName
{
border-color: #CE03F0;
}
.TagClassName
{
border-color: #CE03F0;
}
</style>