Shades of Psychedelic Purple #CE03FD
Tints of Psychedelic Purple #CE03FD
RGB
CMYK
RGB Variations
Color information
#CE03FD (or 0xCE03FD) is known color: Psychedelic Purple. HEX triplet: CE, 03 and FD. RGB value is (206,3,253). Sum of RGB (Red+Green+Blue) = 206+3+253=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03FD is #31FC02. Grayscale: #5B5B5B. Windows color (decimal): -3275779 or 16581582. OLE color: 16581582.
HSL color Cylindrical-coordinate representation of color #CE03FD: hue angle of 288.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03FD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 3 | 253 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.01 |
| HSL | 288.72º | 0.98% | 0.5% | - |
| HSV(B) | 288.72º | 0.99% | 0.99% | - |
| XYZ | 43.22 | 20.28 | 94.56 | - |
| YUV | 92.2 | 218.75 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 253 | 0.19 | 0.99 | 0 | 0.01 | 288.72 | 0.98 | 0.5 |
| Hex | CE | 3 | FD | 13 | 63 | 0 | 1 | 121 | 62 | 32 |
| Octal | 316 | 3 | 375 | 23 | 143 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11001110 | 11 | 11111101 | 10011 | 1100011 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CE03FD
Complementary color
Monochromatic Colors of #CE03FD
Black with #CE03FD
Text Example
Text Example
White with #CE03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03FD; }
p { color: rgb(206,3,253); }
H1.HeaderClassName
{
color: #CE03FD;
}
.AnyTagClassName
{
color: #CE03FD;
}
</style>
background-color css
<style>
a { background-color: #CE03FD; }
a { background-color: rgb(206,3,253); }
div.DivClassName
{
background-color: #CE03FD;
}
.BgClassName
{
background-color: #CE03FD;
}
</style>
border-color css
<style>
span { border-color: #CE03FD; }
span { border-color: rgb(206,3,253); }
td.TdClassName
{
border-color: #CE03FD;
}
.TagClassName
{
border-color: #CE03FD;
}
</style>