Shades of Psychedelic Purple #CE09EF
Tints of Psychedelic Purple #CE09EF
RGB
CMYK
RGB Variations
Color information
#CE09EF (or 0xCE09EF) is known color: Psychedelic Purple. HEX triplet: CE, 09 and EF. RGB value is (206,9,239). Sum of RGB (Red+Green+Blue) = 206+9+239=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09EF is #31F610. Grayscale: #5D5D5D. Windows color (decimal): -3274257 or 15665614. OLE color: 15665614.
HSL color Cylindrical-coordinate representation of color #CE09EF: hue angle of 291.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09EF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 9 | 239 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.06 |
| HSL | 291.39º | 0.93% | 0.49% | - |
| HSV(B) | 291.39º | 0.96% | 0.94% | - |
| XYZ | 41.13 | 19.55 | 83.27 | - |
| YUV | 94.12 | 209.77 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 239 | 0.14 | 0.96 | 0 | 0.06 | 291.39 | 0.93 | 0.49 |
| Hex | CE | 9 | EF | E | 60 | 0 | 6 | 123 | 5D | 31 |
| Octal | 316 | 11 | 357 | 16 | 140 | 0 | 6 | 443 | 135 | 61 |
| Binary | 11001110 | 1001 | 11101111 | 1110 | 1100000 | 0 | 110 | 100100011 | 1011101 | 110001 |
Color Harmonies of #CE09EF
Complementary color
Monochromatic Colors of #CE09EF
Black with #CE09EF
Text Example
Text Example
White with #CE09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09EF; }
p { color: rgb(206,9,239); }
H1.HeaderClassName
{
color: #CE09EF;
}
.AnyTagClassName
{
color: #CE09EF;
}
</style>
background-color css
<style>
a { background-color: #CE09EF; }
a { background-color: rgb(206,9,239); }
div.DivClassName
{
background-color: #CE09EF;
}
.BgClassName
{
background-color: #CE09EF;
}
</style>
border-color css
<style>
span { border-color: #CE09EF; }
span { border-color: rgb(206,9,239); }
td.TdClassName
{
border-color: #CE09EF;
}
.TagClassName
{
border-color: #CE09EF;
}
</style>