Shades of Psychedelic Purple #CE1AF4
Tints of Psychedelic Purple #CE1AF4
RGB
CMYK
RGB Variations
Color information
#CE1AF4 (or 0xCE1AF4) is known color: Psychedelic Purple. HEX triplet: CE, 1A and F4. RGB value is (206,26,244). Sum of RGB (Red+Green+Blue) = 206+26+244=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE1AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AF4 is #31E50B. Grayscale: #676767. Windows color (decimal): -3269900 or 15997646. OLE color: 15997646.
HSL color Cylindrical-coordinate representation of color #CE1AF4: hue angle of 289.54º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1AF4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 26 | 244 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.04 |
| HSL | 289.54º | 0.91% | 0.53% | - |
| HSV(B) | 289.54º | 0.89% | 0.96% | - |
| XYZ | 42.15 | 20.39 | 87.3 | - |
| YUV | 104.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 244 | 0.16 | 0.89 | 0 | 0.04 | 289.54 | 0.91 | 0.53 |
| Hex | CE | 1A | F4 | 10 | 59 | 0 | 4 | 122 | 5B | 35 |
| Octal | 316 | 32 | 364 | 20 | 131 | 0 | 4 | 442 | 133 | 65 |
| Binary | 11001110 | 11010 | 11110100 | 10000 | 1011001 | 0 | 100 | 100100010 | 1011011 | 110101 |
Color Harmonies of #CE1AF4
Complementary color
Monochromatic Colors of #CE1AF4
Black with #CE1AF4
Text Example
Text Example
White with #CE1AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AF4; }
p { color: rgb(206,26,244); }
H1.HeaderClassName
{
color: #CE1AF4;
}
.AnyTagClassName
{
color: #CE1AF4;
}
</style>
background-color css
<style>
a { background-color: #CE1AF4; }
a { background-color: rgb(206,26,244); }
div.DivClassName
{
background-color: #CE1AF4;
}
.BgClassName
{
background-color: #CE1AF4;
}
</style>
border-color css
<style>
span { border-color: #CE1AF4; }
span { border-color: rgb(206,26,244); }
td.TdClassName
{
border-color: #CE1AF4;
}
.TagClassName
{
border-color: #CE1AF4;
}
</style>