Shades of Psychedelic Purple #CE1CF6
Tints of Psychedelic Purple #CE1CF6
RGB
CMYK
RGB Variations
Color information
#CE1CF6 (or 0xCE1CF6) is known color: Psychedelic Purple. HEX triplet: CE, 1C and F6. RGB value is (206,28,246). Sum of RGB (Red+Green+Blue) = 206+28+246=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE1CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CF6 is #31E309. Grayscale: #696969. Windows color (decimal): -3269386 or 16129230. OLE color: 16129230.
HSL color Cylindrical-coordinate representation of color #CE1CF6: hue angle of 288.99º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1CF6 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 28 | 246 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.04 |
| HSL | 288.99º | 0.92% | 0.54% | - |
| HSV(B) | 288.99º | 0.89% | 0.96% | - |
| XYZ | 42.5 | 20.61 | 88.93 | - |
| YUV | 106.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 246 | 0.16 | 0.89 | 0 | 0.04 | 288.99 | 0.92 | 0.54 |
| Hex | CE | 1C | F6 | 10 | 59 | 0 | 4 | 121 | 5C | 36 |
| Octal | 316 | 34 | 366 | 20 | 131 | 0 | 4 | 441 | 134 | 66 |
| Binary | 11001110 | 11100 | 11110110 | 10000 | 1011001 | 0 | 100 | 100100001 | 1011100 | 110110 |
Color Harmonies of #CE1CF6
Complementary color
Monochromatic Colors of #CE1CF6
Black with #CE1CF6
Text Example
Text Example
White with #CE1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CF6; }
p { color: rgb(206,28,246); }
H1.HeaderClassName
{
color: #CE1CF6;
}
.AnyTagClassName
{
color: #CE1CF6;
}
</style>
background-color css
<style>
a { background-color: #CE1CF6; }
a { background-color: rgb(206,28,246); }
div.DivClassName
{
background-color: #CE1CF6;
}
.BgClassName
{
background-color: #CE1CF6;
}
</style>
border-color css
<style>
span { border-color: #CE1CF6; }
span { border-color: rgb(206,28,246); }
td.TdClassName
{
border-color: #CE1CF6;
}
.TagClassName
{
border-color: #CE1CF6;
}
</style>