Shades of Psychedelic Purple #CE00FA
Tints of Psychedelic Purple #CE00FA
RGB
CMYK
RGB Variations
Color information
#CE00FA (or 0xCE00FA) is known color: Psychedelic Purple. HEX triplet: CE, 00 and FA. RGB value is (206,0,250). Sum of RGB (Red+Green+Blue) = 206+0+250=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00FA is #31FF05. Grayscale: #595959. Windows color (decimal): -3276550 or 16384206. OLE color: 16384206.
HSL color Cylindrical-coordinate representation of color #CE00FA: hue angle of 289.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00FA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 0 | 250 | - |
| CMYK | 0.18 | 1 | 0 | 0.02 |
| HSL | 289.44º | 1% | 0.49% | - |
| HSV(B) | 289.44º | 1% | 0.98% | - |
| XYZ | 42.71 | 20.02 | 92.06 | - |
| YUV | 90.09 | 218.25 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 250 | 0.18 | 1 | 0 | 0.02 | 289.44 | 1 | 0.49 |
| Hex | CE | 0 | FA | 12 | 64 | 0 | 2 | 121 | 64 | 31 |
| Octal | 316 | 0 | 372 | 22 | 144 | 0 | 2 | 441 | 144 | 61 |
| Binary | 11001110 | 0 | 11111010 | 10010 | 1100100 | 0 | 10 | 100100001 | 1100100 | 110001 |
Color Harmonies of #CE00FA
Complementary color
Monochromatic Colors of #CE00FA
Black with #CE00FA
Text Example
Text Example
White with #CE00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00FA; }
p { color: rgb(206,0,250); }
H1.HeaderClassName
{
color: #CE00FA;
}
.AnyTagClassName
{
color: #CE00FA;
}
</style>
background-color css
<style>
a { background-color: #CE00FA; }
a { background-color: rgb(206,0,250); }
div.DivClassName
{
background-color: #CE00FA;
}
.BgClassName
{
background-color: #CE00FA;
}
</style>
border-color css
<style>
span { border-color: #CE00FA; }
span { border-color: rgb(206,0,250); }
td.TdClassName
{
border-color: #CE00FA;
}
.TagClassName
{
border-color: #CE00FA;
}
</style>