Shades of Psychedelic Purple #CE0EF6
Tints of Psychedelic Purple #CE0EF6
RGB
CMYK
RGB Variations
Color information
#CE0EF6 (or 0xCE0EF6) is known color: Psychedelic Purple. HEX triplet: CE, 0E and F6. RGB value is (206,14,246). Sum of RGB (Red+Green+Blue) = 206+14+246=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE0EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EF6 is #31F109. Grayscale: #616161. Windows color (decimal): -3272970 or 16125646. OLE color: 16125646.
HSL color Cylindrical-coordinate representation of color #CE0EF6: hue angle of 289.66º degrees, saturation: 0.93, 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 #CE0EF6 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 14 | 246 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.04 |
| HSL | 289.66º | 0.93% | 0.51% | - |
| HSV(B) | 289.66º | 0.94% | 0.96% | - |
| XYZ | 42.25 | 20.09 | 88.84 | - |
| YUV | 97.86 | 211.61 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 246 | 0.16 | 0.94 | 0 | 0.04 | 289.66 | 0.93 | 0.51 |
| Hex | CE | E | F6 | 10 | 5E | 0 | 4 | 122 | 5D | 33 |
| Octal | 316 | 16 | 366 | 20 | 136 | 0 | 4 | 442 | 135 | 63 |
| Binary | 11001110 | 1110 | 11110110 | 10000 | 1011110 | 0 | 100 | 100100010 | 1011101 | 110011 |
Color Harmonies of #CE0EF6
Complementary color
Monochromatic Colors of #CE0EF6
Black with #CE0EF6
Text Example
Text Example
White with #CE0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EF6; }
p { color: rgb(206,14,246); }
H1.HeaderClassName
{
color: #CE0EF6;
}
.AnyTagClassName
{
color: #CE0EF6;
}
</style>
background-color css
<style>
a { background-color: #CE0EF6; }
a { background-color: rgb(206,14,246); }
div.DivClassName
{
background-color: #CE0EF6;
}
.BgClassName
{
background-color: #CE0EF6;
}
</style>
border-color css
<style>
span { border-color: #CE0EF6; }
span { border-color: rgb(206,14,246); }
td.TdClassName
{
border-color: #CE0EF6;
}
.TagClassName
{
border-color: #CE0EF6;
}
</style>