Shades of Psychedelic Purple #CE0BEE
Tints of Psychedelic Purple #CE0BEE
RGB
CMYK
RGB Variations
Color information
#CE0BEE (or 0xCE0BEE) is known color: Psychedelic Purple. HEX triplet: CE, 0B and EE. RGB value is (206,11,238). Sum of RGB (Red+Green+Blue) = 206+11+238=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BEE is #31F411. Grayscale: #5E5E5E. Windows color (decimal): -3273746 or 15600590. OLE color: 15600590.
HSL color Cylindrical-coordinate representation of color #CE0BEE: hue angle of 291.54º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BEE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 11 | 238 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.07 |
| HSL | 291.54º | 0.91% | 0.49% | - |
| HSV(B) | 291.54º | 0.95% | 0.93% | - |
| XYZ | 41.01 | 19.53 | 82.5 | - |
| YUV | 95.18 | 208.6 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 238 | 0.13 | 0.95 | 0 | 0.07 | 291.54 | 0.91 | 0.49 |
| Hex | CE | B | EE | D | 5F | 0 | 7 | 124 | 5B | 31 |
| Octal | 316 | 13 | 356 | 15 | 137 | 0 | 7 | 444 | 133 | 61 |
| Binary | 11001110 | 1011 | 11101110 | 1101 | 1011111 | 0 | 111 | 100100100 | 1011011 | 110001 |
Color Harmonies of #CE0BEE
Complementary color
Monochromatic Colors of #CE0BEE
Black with #CE0BEE
Text Example
Text Example
White with #CE0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BEE; }
p { color: rgb(206,11,238); }
H1.HeaderClassName
{
color: #CE0BEE;
}
.AnyTagClassName
{
color: #CE0BEE;
}
</style>
background-color css
<style>
a { background-color: #CE0BEE; }
a { background-color: rgb(206,11,238); }
div.DivClassName
{
background-color: #CE0BEE;
}
.BgClassName
{
background-color: #CE0BEE;
}
</style>
border-color css
<style>
span { border-color: #CE0BEE; }
span { border-color: rgb(206,11,238); }
td.TdClassName
{
border-color: #CE0BEE;
}
.TagClassName
{
border-color: #CE0BEE;
}
</style>