Shades of Psychedelic Purple #CE03FB
Tints of Psychedelic Purple #CE03FB
RGB
CMYK
RGB Variations
Color information
#CE03FB (or 0xCE03FB) is known color: Psychedelic Purple. HEX triplet: CE, 03 and FB. RGB value is (206,3,251). Sum of RGB (Red+Green+Blue) = 206+3+251=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE03FB is #31FC04. Grayscale: #5B5B5B. Windows color (decimal): -3275781 or 16450510. OLE color: 16450510.
HSL color Cylindrical-coordinate representation of color #CE03FB: hue angle of 289.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03FB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 3 | 251 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.02 |
| HSL | 289.11º | 0.98% | 0.5% | - |
| HSV(B) | 289.11º | 0.99% | 0.98% | - |
| XYZ | 42.9 | 20.15 | 92.9 | - |
| YUV | 91.97 | 217.75 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 251 | 0.18 | 0.99 | 0 | 0.02 | 289.11 | 0.98 | 0.5 |
| Hex | CE | 3 | FB | 12 | 63 | 0 | 2 | 121 | 62 | 32 |
| Octal | 316 | 3 | 373 | 22 | 143 | 0 | 2 | 441 | 142 | 62 |
| Binary | 11001110 | 11 | 11111011 | 10010 | 1100011 | 0 | 10 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CE03FB
Complementary color
Monochromatic Colors of #CE03FB
Black with #CE03FB
Text Example
Text Example
White with #CE03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03FB; }
p { color: rgb(206,3,251); }
H1.HeaderClassName
{
color: #CE03FB;
}
.AnyTagClassName
{
color: #CE03FB;
}
</style>
background-color css
<style>
a { background-color: #CE03FB; }
a { background-color: rgb(206,3,251); }
div.DivClassName
{
background-color: #CE03FB;
}
.BgClassName
{
background-color: #CE03FB;
}
</style>
border-color css
<style>
span { border-color: #CE03FB; }
span { border-color: rgb(206,3,251); }
td.TdClassName
{
border-color: #CE03FB;
}
.TagClassName
{
border-color: #CE03FB;
}
</style>