Shades of Psychedelic Purple #CE0BEB
Tints of Psychedelic Purple #CE0BEB
RGB
CMYK
RGB Variations
Color information
#CE0BEB (or 0xCE0BEB) is known color: Psychedelic Purple. HEX triplet: CE, 0B and EB. RGB value is (206,11,235). Sum of RGB (Red+Green+Blue) = 206+11+235=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BEB is #31F414. Grayscale: #5E5E5E. Windows color (decimal): -3273749 or 15403982. OLE color: 15403982.
HSL color Cylindrical-coordinate representation of color #CE0BEB: hue angle of 292.23º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BEB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 11 | 235 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.08 |
| HSL | 292.23º | 0.91% | 0.48% | - |
| HSV(B) | 292.23º | 0.95% | 0.92% | - |
| XYZ | 40.57 | 19.36 | 80.2 | - |
| YUV | 94.84 | 207.1 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 235 | 0.12 | 0.95 | 0 | 0.08 | 292.23 | 0.91 | 0.48 |
| Hex | CE | B | EB | C | 5F | 0 | 8 | 124 | 5B | 30 |
| Octal | 316 | 13 | 353 | 14 | 137 | 0 | 10 | 444 | 133 | 60 |
| Binary | 11001110 | 1011 | 11101011 | 1100 | 1011111 | 0 | 1000 | 100100100 | 1011011 | 110000 |
Color Harmonies of #CE0BEB
Complementary color
Monochromatic Colors of #CE0BEB
Black with #CE0BEB
Text Example
Text Example
White with #CE0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BEB; }
p { color: rgb(206,11,235); }
H1.HeaderClassName
{
color: #CE0BEB;
}
.AnyTagClassName
{
color: #CE0BEB;
}
</style>
background-color css
<style>
a { background-color: #CE0BEB; }
a { background-color: rgb(206,11,235); }
div.DivClassName
{
background-color: #CE0BEB;
}
.BgClassName
{
background-color: #CE0BEB;
}
</style>
border-color css
<style>
span { border-color: #CE0BEB; }
span { border-color: rgb(206,11,235); }
td.TdClassName
{
border-color: #CE0BEB;
}
.TagClassName
{
border-color: #CE0BEB;
}
</style>