Shades of Psychedelic Purple #CE0FEB
Tints of Psychedelic Purple #CE0FEB
RGB
CMYK
RGB Variations
Color information
#CE0FEB (or 0xCE0FEB) is known color: Psychedelic Purple. HEX triplet: CE, 0F and EB. RGB value is (206,15,235). Sum of RGB (Red+Green+Blue) = 206+15+235=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FEB is #31F014. Grayscale: #606060. Windows color (decimal): -3272725 or 15405006. OLE color: 15405006.
HSL color Cylindrical-coordinate representation of color #CE0FEB: hue angle of 292.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0FEB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 15 | 235 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.08 |
| HSL | 292.09º | 0.88% | 0.49% | - |
| HSV(B) | 292.09º | 0.94% | 0.92% | - |
| XYZ | 40.62 | 19.46 | 80.21 | - |
| YUV | 97.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 235 | 0.12 | 0.94 | 0 | 0.08 | 292.09 | 0.88 | 0.49 |
| Hex | CE | F | EB | C | 5E | 0 | 8 | 124 | 58 | 31 |
| Octal | 316 | 17 | 353 | 14 | 136 | 0 | 10 | 444 | 130 | 61 |
| Binary | 11001110 | 1111 | 11101011 | 1100 | 1011110 | 0 | 1000 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CE0FEB
Complementary color
Monochromatic Colors of #CE0FEB
Black with #CE0FEB
Text Example
Text Example
White with #CE0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FEB; }
p { color: rgb(206,15,235); }
H1.HeaderClassName
{
color: #CE0FEB;
}
.AnyTagClassName
{
color: #CE0FEB;
}
</style>
background-color css
<style>
a { background-color: #CE0FEB; }
a { background-color: rgb(206,15,235); }
div.DivClassName
{
background-color: #CE0FEB;
}
.BgClassName
{
background-color: #CE0FEB;
}
</style>
border-color css
<style>
span { border-color: #CE0FEB; }
span { border-color: rgb(206,15,235); }
td.TdClassName
{
border-color: #CE0FEB;
}
.TagClassName
{
border-color: #CE0FEB;
}
</style>