Shades of Psychedelic Purple #CE25EF
Tints of Psychedelic Purple #CE25EF
RGB
CMYK
RGB Variations
Color information
#CE25EF (or 0xCE25EF) is known color: Psychedelic Purple. HEX triplet: CE, 25 and EF. RGB value is (206,37,239). Sum of RGB (Red+Green+Blue) = 206+37+239=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25EF is #31DA10. Grayscale: #6D6D6D. Windows color (decimal): -3267089 or 15672782. OLE color: 15672782.
HSL color Cylindrical-coordinate representation of color #CE25EF: hue angle of 290.2º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25EF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 37 | 239 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.06 |
| HSL | 290.2º | 0.86% | 0.54% | - |
| HSV(B) | 290.2º | 0.85% | 0.94% | - |
| XYZ | 41.7 | 20.68 | 83.45 | - |
| YUV | 110.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 239 | 0.14 | 0.85 | 0 | 0.06 | 290.2 | 0.86 | 0.54 |
| Hex | CE | 25 | EF | E | 55 | 0 | 6 | 122 | 56 | 36 |
| Octal | 316 | 45 | 357 | 16 | 125 | 0 | 6 | 442 | 126 | 66 |
| Binary | 11001110 | 100101 | 11101111 | 1110 | 1010101 | 0 | 110 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CE25EF
Complementary color
Monochromatic Colors of #CE25EF
Black with #CE25EF
Text Example
Text Example
White with #CE25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25EF; }
p { color: rgb(206,37,239); }
H1.HeaderClassName
{
color: #CE25EF;
}
.AnyTagClassName
{
color: #CE25EF;
}
</style>
background-color css
<style>
a { background-color: #CE25EF; }
a { background-color: rgb(206,37,239); }
div.DivClassName
{
background-color: #CE25EF;
}
.BgClassName
{
background-color: #CE25EF;
}
</style>
border-color css
<style>
span { border-color: #CE25EF; }
span { border-color: rgb(206,37,239); }
td.TdClassName
{
border-color: #CE25EF;
}
.TagClassName
{
border-color: #CE25EF;
}
</style>