Shades of Psychedelic Purple #CE08F7
Tints of Psychedelic Purple #CE08F7
RGB
CMYK
RGB Variations
Color information
#CE08F7 (or 0xCE08F7) is known color: Psychedelic Purple. HEX triplet: CE, 08 and F7. RGB value is (206,8,247). Sum of RGB (Red+Green+Blue) = 206+8+247=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE08F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08F7 is #31F708. Grayscale: #5D5D5D. Windows color (decimal): -3274505 or 16189646. OLE color: 16189646.
HSL color Cylindrical-coordinate representation of color #CE08F7: hue angle of 289.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE08F7 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 8 | 247 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.03 |
| HSL | 289.71º | 0.94% | 0.5% | - |
| HSV(B) | 289.71º | 0.97% | 0.97% | - |
| XYZ | 42.33 | 20.01 | 89.63 | - |
| YUV | 94.45 | 214.1 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 247 | 0.17 | 0.97 | 0 | 0.03 | 289.71 | 0.94 | 0.5 |
| Hex | CE | 8 | F7 | 11 | 61 | 0 | 3 | 122 | 5E | 32 |
| Octal | 316 | 10 | 367 | 21 | 141 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11001110 | 1000 | 11110111 | 10001 | 1100001 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #CE08F7
Complementary color
Monochromatic Colors of #CE08F7
Black with #CE08F7
Text Example
Text Example
White with #CE08F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08F7; }
p { color: rgb(206,8,247); }
H1.HeaderClassName
{
color: #CE08F7;
}
.AnyTagClassName
{
color: #CE08F7;
}
</style>
background-color css
<style>
a { background-color: #CE08F7; }
a { background-color: rgb(206,8,247); }
div.DivClassName
{
background-color: #CE08F7;
}
.BgClassName
{
background-color: #CE08F7;
}
</style>
border-color css
<style>
span { border-color: #CE08F7; }
span { border-color: rgb(206,8,247); }
td.TdClassName
{
border-color: #CE08F7;
}
.TagClassName
{
border-color: #CE08F7;
}
</style>