Shades of Psychedelic Purple #CE0EF5
Tints of Psychedelic Purple #CE0EF5
RGB
CMYK
RGB Variations
Color information
#CE0EF5 (or 0xCE0EF5) is known color: Psychedelic Purple. HEX triplet: CE, 0E and F5. RGB value is (206,14,245). Sum of RGB (Red+Green+Blue) = 206+14+245=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE0EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EF5 is #31F10A. Grayscale: #616161. Windows color (decimal): -3272971 or 16060110. OLE color: 16060110.
HSL color Cylindrical-coordinate representation of color #CE0EF5: hue angle of 289.87º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EF5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 14 | 245 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.04 |
| HSL | 289.87º | 0.92% | 0.51% | - |
| HSV(B) | 289.87º | 0.94% | 0.96% | - |
| XYZ | 42.09 | 20.03 | 88.03 | - |
| YUV | 97.74 | 211.11 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 245 | 0.16 | 0.94 | 0 | 0.04 | 289.87 | 0.92 | 0.51 |
| Hex | CE | E | F5 | 10 | 5E | 0 | 4 | 122 | 5C | 33 |
| Octal | 316 | 16 | 365 | 20 | 136 | 0 | 4 | 442 | 134 | 63 |
| Binary | 11001110 | 1110 | 11110101 | 10000 | 1011110 | 0 | 100 | 100100010 | 1011100 | 110011 |
Color Harmonies of #CE0EF5
Complementary color
Monochromatic Colors of #CE0EF5
Black with #CE0EF5
Text Example
Text Example
White with #CE0EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EF5; }
p { color: rgb(206,14,245); }
H1.HeaderClassName
{
color: #CE0EF5;
}
.AnyTagClassName
{
color: #CE0EF5;
}
</style>
background-color css
<style>
a { background-color: #CE0EF5; }
a { background-color: rgb(206,14,245); }
div.DivClassName
{
background-color: #CE0EF5;
}
.BgClassName
{
background-color: #CE0EF5;
}
</style>
border-color css
<style>
span { border-color: #CE0EF5; }
span { border-color: rgb(206,14,245); }
td.TdClassName
{
border-color: #CE0EF5;
}
.TagClassName
{
border-color: #CE0EF5;
}
</style>