Shades of Psychedelic Purple #CE25F5
Tints of Psychedelic Purple #CE25F5
RGB
CMYK
RGB Variations
Color information
#CE25F5 (or 0xCE25F5) is known color: Psychedelic Purple. HEX triplet: CE, 25 and F5. RGB value is (206,37,245). Sum of RGB (Red+Green+Blue) = 206+37+245=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE25F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25F5 is #31DA0A. Grayscale: #6E6E6E. Windows color (decimal): -3267083 or 16065998. OLE color: 16065998.
HSL color Cylindrical-coordinate representation of color #CE25F5: hue angle of 288.75º degrees, saturation: 0.91, 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 #CE25F5 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 37 | 245 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.04 |
| HSL | 288.75º | 0.91% | 0.55% | - |
| HSV(B) | 288.75º | 0.85% | 0.96% | - |
| XYZ | 42.6 | 21.04 | 88.2 | - |
| YUV | 111.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 245 | 0.16 | 0.85 | 0 | 0.04 | 288.75 | 0.91 | 0.55 |
| Hex | CE | 25 | F5 | 10 | 55 | 0 | 4 | 121 | 5B | 37 |
| Octal | 316 | 45 | 365 | 20 | 125 | 0 | 4 | 441 | 133 | 67 |
| Binary | 11001110 | 100101 | 11110101 | 10000 | 1010101 | 0 | 100 | 100100001 | 1011011 | 110111 |
Color Harmonies of #CE25F5
Complementary color
Monochromatic Colors of #CE25F5
Black with #CE25F5
Text Example
Text Example
White with #CE25F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25F5; }
p { color: rgb(206,37,245); }
H1.HeaderClassName
{
color: #CE25F5;
}
.AnyTagClassName
{
color: #CE25F5;
}
</style>
background-color css
<style>
a { background-color: #CE25F5; }
a { background-color: rgb(206,37,245); }
div.DivClassName
{
background-color: #CE25F5;
}
.BgClassName
{
background-color: #CE25F5;
}
</style>
border-color css
<style>
span { border-color: #CE25F5; }
span { border-color: rgb(206,37,245); }
td.TdClassName
{
border-color: #CE25F5;
}
.TagClassName
{
border-color: #CE25F5;
}
</style>