Shades of Psychedelic Purple #CE09EB
Tints of Psychedelic Purple #CE09EB
RGB
CMYK
RGB Variations
Color information
#CE09EB (or 0xCE09EB) is known color: Psychedelic Purple. HEX triplet: CE, 09 and EB. RGB value is (206,9,235). Sum of RGB (Red+Green+Blue) = 206+9+235=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE09EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09EB is #31F614. Grayscale: #5C5C5C. Windows color (decimal): -3274261 or 15403470. OLE color: 15403470.
HSL color Cylindrical-coordinate representation of color #CE09EB: hue angle of 292.3º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09EB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 9 | 235 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.08 |
| HSL | 292.3º | 0.93% | 0.48% | - |
| HSV(B) | 292.3º | 0.96% | 0.92% | - |
| XYZ | 40.55 | 19.32 | 80.19 | - |
| YUV | 93.67 | 207.77 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 235 | 0.12 | 0.96 | 0 | 0.08 | 292.3 | 0.93 | 0.48 |
| Hex | CE | 9 | EB | C | 60 | 0 | 8 | 124 | 5D | 30 |
| Octal | 316 | 11 | 353 | 14 | 140 | 0 | 10 | 444 | 135 | 60 |
| Binary | 11001110 | 1001 | 11101011 | 1100 | 1100000 | 0 | 1000 | 100100100 | 1011101 | 110000 |
Color Harmonies of #CE09EB
Complementary color
Monochromatic Colors of #CE09EB
Black with #CE09EB
Text Example
Text Example
White with #CE09EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09EB; }
p { color: rgb(206,9,235); }
H1.HeaderClassName
{
color: #CE09EB;
}
.AnyTagClassName
{
color: #CE09EB;
}
</style>
background-color css
<style>
a { background-color: #CE09EB; }
a { background-color: rgb(206,9,235); }
div.DivClassName
{
background-color: #CE09EB;
}
.BgClassName
{
background-color: #CE09EB;
}
</style>
border-color css
<style>
span { border-color: #CE09EB; }
span { border-color: rgb(206,9,235); }
td.TdClassName
{
border-color: #CE09EB;
}
.TagClassName
{
border-color: #CE09EB;
}
</style>