Shades of Psychedelic Purple #CE0FEC
Tints of Psychedelic Purple #CE0FEC
RGB
CMYK
RGB Variations
Color information
#CE0FEC (or 0xCE0FEC) is known color: Psychedelic Purple. HEX triplet: CE, 0F and EC. RGB value is (206,15,236). Sum of RGB (Red+Green+Blue) = 206+15+236=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FEC is #31F013. Grayscale: #606060. Windows color (decimal): -3272724 or 15470542. OLE color: 15470542.
HSL color Cylindrical-coordinate representation of color #CE0FEC: hue angle of 291.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0FEC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 15 | 236 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.07 |
| HSL | 291.86º | 0.88% | 0.49% | - |
| HSV(B) | 291.86º | 0.94% | 0.93% | - |
| XYZ | 40.76 | 19.52 | 80.98 | - |
| YUV | 97.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 236 | 0.13 | 0.94 | 0 | 0.07 | 291.86 | 0.88 | 0.49 |
| Hex | CE | F | EC | D | 5E | 0 | 7 | 124 | 58 | 31 |
| Octal | 316 | 17 | 354 | 15 | 136 | 0 | 7 | 444 | 130 | 61 |
| Binary | 11001110 | 1111 | 11101100 | 1101 | 1011110 | 0 | 111 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CE0FEC
Complementary color
Monochromatic Colors of #CE0FEC
Black with #CE0FEC
Text Example
Text Example
White with #CE0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FEC; }
p { color: rgb(206,15,236); }
H1.HeaderClassName
{
color: #CE0FEC;
}
.AnyTagClassName
{
color: #CE0FEC;
}
</style>
background-color css
<style>
a { background-color: #CE0FEC; }
a { background-color: rgb(206,15,236); }
div.DivClassName
{
background-color: #CE0FEC;
}
.BgClassName
{
background-color: #CE0FEC;
}
</style>
border-color css
<style>
span { border-color: #CE0FEC; }
span { border-color: rgb(206,15,236); }
td.TdClassName
{
border-color: #CE0FEC;
}
.TagClassName
{
border-color: #CE0FEC;
}
</style>