Shades of Psychedelic Purple #CE1CF0
Tints of Psychedelic Purple #CE1CF0
RGB
CMYK
RGB Variations
Color information
#CE1CF0 (or 0xCE1CF0) is known color: Psychedelic Purple. HEX triplet: CE, 1C and F0. RGB value is (206,28,240). Sum of RGB (Red+Green+Blue) = 206+28+240=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE1CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CF0 is #31E30F. Grayscale: #686868. Windows color (decimal): -3269392 or 15736014. OLE color: 15736014.
HSL color Cylindrical-coordinate representation of color #CE1CF0: hue angle of 290.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1CF0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 28 | 240 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.06 |
| HSL | 290.38º | 0.88% | 0.53% | - |
| HSV(B) | 290.38º | 0.88% | 0.94% | - |
| XYZ | 41.6 | 20.24 | 84.15 | - |
| YUV | 105.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 240 | 0.14 | 0.88 | 0 | 0.06 | 290.38 | 0.88 | 0.53 |
| Hex | CE | 1C | F0 | E | 58 | 0 | 6 | 122 | 58 | 35 |
| Octal | 316 | 34 | 360 | 16 | 130 | 0 | 6 | 442 | 130 | 65 |
| Binary | 11001110 | 11100 | 11110000 | 1110 | 1011000 | 0 | 110 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CE1CF0
Complementary color
Monochromatic Colors of #CE1CF0
Black with #CE1CF0
Text Example
Text Example
White with #CE1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CF0; }
p { color: rgb(206,28,240); }
H1.HeaderClassName
{
color: #CE1CF0;
}
.AnyTagClassName
{
color: #CE1CF0;
}
</style>
background-color css
<style>
a { background-color: #CE1CF0; }
a { background-color: rgb(206,28,240); }
div.DivClassName
{
background-color: #CE1CF0;
}
.BgClassName
{
background-color: #CE1CF0;
}
</style>
border-color css
<style>
span { border-color: #CE1CF0; }
span { border-color: rgb(206,28,240); }
td.TdClassName
{
border-color: #CE1CF0;
}
.TagClassName
{
border-color: #CE1CF0;
}
</style>