Shades of Psychedelic Purple #CE25F4
Tints of Psychedelic Purple #CE25F4
RGB
CMYK
RGB Variations
Color information
#CE25F4 (or 0xCE25F4) is known color: Psychedelic Purple. HEX triplet: CE, 25 and F4. RGB value is (206,37,244). Sum of RGB (Red+Green+Blue) = 206+37+244=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE25F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25F4 is #31DA0B. Grayscale: #6E6E6E. Windows color (decimal): -3267084 or 16000462. OLE color: 16000462.
HSL color Cylindrical-coordinate representation of color #CE25F4: hue angle of 288.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25F4 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 37 | 244 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.04 |
| HSL | 288.99º | 0.9% | 0.55% | - |
| HSV(B) | 288.99º | 0.85% | 0.96% | - |
| XYZ | 42.44 | 20.98 | 87.4 | - |
| YUV | 111.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 244 | 0.16 | 0.85 | 0 | 0.04 | 288.99 | 0.9 | 0.55 |
| Hex | CE | 25 | F4 | 10 | 55 | 0 | 4 | 121 | 5A | 37 |
| Octal | 316 | 45 | 364 | 20 | 125 | 0 | 4 | 441 | 132 | 67 |
| Binary | 11001110 | 100101 | 11110100 | 10000 | 1010101 | 0 | 100 | 100100001 | 1011010 | 110111 |
Color Harmonies of #CE25F4
Complementary color
Monochromatic Colors of #CE25F4
Black with #CE25F4
Text Example
Text Example
White with #CE25F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25F4; }
p { color: rgb(206,37,244); }
H1.HeaderClassName
{
color: #CE25F4;
}
.AnyTagClassName
{
color: #CE25F4;
}
</style>
background-color css
<style>
a { background-color: #CE25F4; }
a { background-color: rgb(206,37,244); }
div.DivClassName
{
background-color: #CE25F4;
}
.BgClassName
{
background-color: #CE25F4;
}
</style>
border-color css
<style>
span { border-color: #CE25F4; }
span { border-color: rgb(206,37,244); }
td.TdClassName
{
border-color: #CE25F4;
}
.TagClassName
{
border-color: #CE25F4;
}
</style>