Shades of Psychedelic Purple #CE2DF4
Tints of Psychedelic Purple #CE2DF4
RGB
CMYK
RGB Variations
Color information
#CE2DF4 (or 0xCE2DF4) is known color: Psychedelic Purple. HEX triplet: CE, 2D and F4. RGB value is (206,45,244). Sum of RGB (Red+Green+Blue) = 206+45+244=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE2DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DF4 is #31D20B. Grayscale: #737373. Windows color (decimal): -3265036 or 16002510. OLE color: 16002510.
HSL color Cylindrical-coordinate representation of color #CE2DF4: hue angle of 288.54º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2DF4 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 45 | 244 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.04 |
| HSL | 288.54º | 0.9% | 0.57% | - |
| HSV(B) | 288.54º | 0.82% | 0.96% | - |
| XYZ | 42.72 | 21.53 | 87.49 | - |
| YUV | 115.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 244 | 0.16 | 0.82 | 0 | 0.04 | 288.54 | 0.9 | 0.57 |
| Hex | CE | 2D | F4 | 10 | 52 | 0 | 4 | 121 | 5A | 39 |
| Octal | 316 | 55 | 364 | 20 | 122 | 0 | 4 | 441 | 132 | 71 |
| Binary | 11001110 | 101101 | 11110100 | 10000 | 1010010 | 0 | 100 | 100100001 | 1011010 | 111001 |
Color Harmonies of #CE2DF4
Complementary color
Monochromatic Colors of #CE2DF4
Black with #CE2DF4
Text Example
Text Example
White with #CE2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DF4; }
p { color: rgb(206,45,244); }
H1.HeaderClassName
{
color: #CE2DF4;
}
.AnyTagClassName
{
color: #CE2DF4;
}
</style>
background-color css
<style>
a { background-color: #CE2DF4; }
a { background-color: rgb(206,45,244); }
div.DivClassName
{
background-color: #CE2DF4;
}
.BgClassName
{
background-color: #CE2DF4;
}
</style>
border-color css
<style>
span { border-color: #CE2DF4; }
span { border-color: rgb(206,45,244); }
td.TdClassName
{
border-color: #CE2DF4;
}
.TagClassName
{
border-color: #CE2DF4;
}
</style>