Shades of Psychedelic Purple #CE08F9
Tints of Psychedelic Purple #CE08F9
RGB
CMYK
RGB Variations
Color information
#CE08F9 (or 0xCE08F9) is known color: Psychedelic Purple. HEX triplet: CE, 08 and F9. RGB value is (206,8,249). Sum of RGB (Red+Green+Blue) = 206+8+249=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE08F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08F9 is #31F706. Grayscale: #5D5D5D. Windows color (decimal): -3274503 or 16320718. OLE color: 16320718.
HSL color Cylindrical-coordinate representation of color #CE08F9: hue angle of 289.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE08F9 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 8 | 249 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.02 |
| HSL | 289.29º | 0.95% | 0.5% | - |
| HSV(B) | 289.29º | 0.97% | 0.98% | - |
| XYZ | 42.64 | 20.14 | 91.26 | - |
| YUV | 94.68 | 215.1 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 249 | 0.17 | 0.97 | 0 | 0.02 | 289.29 | 0.95 | 0.5 |
| Hex | CE | 8 | F9 | 11 | 61 | 0 | 2 | 121 | 5F | 32 |
| Octal | 316 | 10 | 371 | 21 | 141 | 0 | 2 | 441 | 137 | 62 |
| Binary | 11001110 | 1000 | 11111001 | 10001 | 1100001 | 0 | 10 | 100100001 | 1011111 | 110010 |
Color Harmonies of #CE08F9
Complementary color
Monochromatic Colors of #CE08F9
Black with #CE08F9
Text Example
Text Example
White with #CE08F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08F9; }
p { color: rgb(206,8,249); }
H1.HeaderClassName
{
color: #CE08F9;
}
.AnyTagClassName
{
color: #CE08F9;
}
</style>
background-color css
<style>
a { background-color: #CE08F9; }
a { background-color: rgb(206,8,249); }
div.DivClassName
{
background-color: #CE08F9;
}
.BgClassName
{
background-color: #CE08F9;
}
</style>
border-color css
<style>
span { border-color: #CE08F9; }
span { border-color: rgb(206,8,249); }
td.TdClassName
{
border-color: #CE08F9;
}
.TagClassName
{
border-color: #CE08F9;
}
</style>