Shades of Psychedelic Purple #CE00FE
Tints of Psychedelic Purple #CE00FE
RGB
CMYK
RGB Variations
Color information
#CE00FE (or 0xCE00FE) is known color: Psychedelic Purple. HEX triplet: CE, 00 and FE. RGB value is (206,0,254). Sum of RGB (Red+Green+Blue) = 206+0+254=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00FE is #31FF01. Grayscale: #595959. Windows color (decimal): -3276546 or 16646350. OLE color: 16646350.
HSL color Cylindrical-coordinate representation of color #CE00FE: hue angle of 288.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00FE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 0 | 254 | - |
| CMYK | 0.19 | 1 | 0 | 0.00 |
| HSL | 288.66º | 1% | 0.5% | - |
| HSV(B) | 288.66º | 1% | 1% | - |
| XYZ | 43.34 | 20.28 | 95.4 | - |
| YUV | 90.55 | 220.25 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 254 | 0.19 | 1 | 0 | 0.00 | 288.66 | 1 | 0.5 |
| Hex | CE | 0 | FE | 13 | 64 | 0 | 0 | 121 | 64 | 32 |
| Octal | 316 | 0 | 376 | 23 | 144 | 0 | 0 | 441 | 144 | 62 |
| Binary | 11001110 | 0 | 11111110 | 10011 | 1100100 | 0 | 0 | 100100001 | 1100100 | 110010 |
Color Harmonies of #CE00FE
Complementary color
Monochromatic Colors of #CE00FE
Black with #CE00FE
Text Example
Text Example
White with #CE00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00FE; }
p { color: rgb(206,0,254); }
H1.HeaderClassName
{
color: #CE00FE;
}
.AnyTagClassName
{
color: #CE00FE;
}
</style>
background-color css
<style>
a { background-color: #CE00FE; }
a { background-color: rgb(206,0,254); }
div.DivClassName
{
background-color: #CE00FE;
}
.BgClassName
{
background-color: #CE00FE;
}
</style>
border-color css
<style>
span { border-color: #CE00FE; }
span { border-color: rgb(206,0,254); }
td.TdClassName
{
border-color: #CE00FE;
}
.TagClassName
{
border-color: #CE00FE;
}
</style>