Shades of Psychedelic Purple #CE09EA
Tints of Psychedelic Purple #CE09EA
RGB
CMYK
RGB Variations
Color information
#CE09EA (or 0xCE09EA) is known color: Psychedelic Purple. HEX triplet: CE, 09 and EA. RGB value is (206,9,234). Sum of RGB (Red+Green+Blue) = 206+9+234=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09EA is #31F615. Grayscale: #5C5C5C. Windows color (decimal): -3274262 or 15337934. OLE color: 15337934.
HSL color Cylindrical-coordinate representation of color #CE09EA: hue angle of 292.53º 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 #CE09EA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 9 | 234 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.08 |
| HSL | 292.53º | 0.93% | 0.48% | - |
| HSV(B) | 292.53º | 0.96% | 0.92% | - |
| XYZ | 40.4 | 19.26 | 79.43 | - |
| YUV | 93.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 234 | 0.12 | 0.96 | 0 | 0.08 | 292.53 | 0.93 | 0.48 |
| Hex | CE | 9 | EA | C | 60 | 0 | 8 | 125 | 5D | 30 |
| Octal | 316 | 11 | 352 | 14 | 140 | 0 | 10 | 445 | 135 | 60 |
| Binary | 11001110 | 1001 | 11101010 | 1100 | 1100000 | 0 | 1000 | 100100101 | 1011101 | 110000 |
Color Harmonies of #CE09EA
Complementary color
Monochromatic Colors of #CE09EA
Black with #CE09EA
Text Example
Text Example
White with #CE09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09EA; }
p { color: rgb(206,9,234); }
H1.HeaderClassName
{
color: #CE09EA;
}
.AnyTagClassName
{
color: #CE09EA;
}
</style>
background-color css
<style>
a { background-color: #CE09EA; }
a { background-color: rgb(206,9,234); }
div.DivClassName
{
background-color: #CE09EA;
}
.BgClassName
{
background-color: #CE09EA;
}
</style>
border-color css
<style>
span { border-color: #CE09EA; }
span { border-color: rgb(206,9,234); }
td.TdClassName
{
border-color: #CE09EA;
}
.TagClassName
{
border-color: #CE09EA;
}
</style>