Shades of Psychedelic Purple #CE15F8
Tints of Psychedelic Purple #CE15F8
RGB
CMYK
RGB Variations
Color information
#CE15F8 (or 0xCE15F8) is known color: Psychedelic Purple. HEX triplet: CE, 15 and F8. RGB value is (206,21,248). Sum of RGB (Red+Green+Blue) = 206+21+248=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE15F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15F8 is #31EA07. Grayscale: #656565. Windows color (decimal): -3271176 or 16258510. OLE color: 16258510.
HSL color Cylindrical-coordinate representation of color #CE15F8: hue angle of 288.9º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE15F8 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 21 | 248 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.03 |
| HSL | 288.9º | 0.94% | 0.53% | - |
| HSV(B) | 288.9º | 0.92% | 0.97% | - |
| XYZ | 42.67 | 20.44 | 90.5 | - |
| YUV | 102.19 | 210.29 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 248 | 0.17 | 0.92 | 0 | 0.03 | 288.9 | 0.94 | 0.53 |
| Hex | CE | 15 | F8 | 11 | 5C | 0 | 3 | 121 | 5E | 35 |
| Octal | 316 | 25 | 370 | 21 | 134 | 0 | 3 | 441 | 136 | 65 |
| Binary | 11001110 | 10101 | 11111000 | 10001 | 1011100 | 0 | 11 | 100100001 | 1011110 | 110101 |
Color Harmonies of #CE15F8
Complementary color
Monochromatic Colors of #CE15F8
Black with #CE15F8
Text Example
Text Example
White with #CE15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15F8; }
p { color: rgb(206,21,248); }
H1.HeaderClassName
{
color: #CE15F8;
}
.AnyTagClassName
{
color: #CE15F8;
}
</style>
background-color css
<style>
a { background-color: #CE15F8; }
a { background-color: rgb(206,21,248); }
div.DivClassName
{
background-color: #CE15F8;
}
.BgClassName
{
background-color: #CE15F8;
}
</style>
border-color css
<style>
span { border-color: #CE15F8; }
span { border-color: rgb(206,21,248); }
td.TdClassName
{
border-color: #CE15F8;
}
.TagClassName
{
border-color: #CE15F8;
}
</style>