Shades of Psychedelic Purple #CE07F7
Tints of Psychedelic Purple #CE07F7
RGB
CMYK
RGB Variations
Color information
#CE07F7 (or 0xCE07F7) is known color: Psychedelic Purple. HEX triplet: CE, 07 and F7. RGB value is (206,7,247). Sum of RGB (Red+Green+Blue) = 206+7+247=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE07F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07F7 is #31F808. Grayscale: #5D5D5D. Windows color (decimal): -3274761 or 16189390. OLE color: 16189390.
HSL color Cylindrical-coordinate representation of color #CE07F7: hue angle of 289.75º 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 #CE07F7 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 7 | 247 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.03 |
| HSL | 289.75º | 0.94% | 0.5% | - |
| HSV(B) | 289.75º | 0.97% | 0.97% | - |
| XYZ | 42.32 | 19.99 | 89.62 | - |
| YUV | 93.86 | 214.43 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 247 | 0.17 | 0.97 | 0 | 0.03 | 289.75 | 0.94 | 0.5 |
| Hex | CE | 7 | F7 | 11 | 61 | 0 | 3 | 122 | 5E | 32 |
| Octal | 316 | 7 | 367 | 21 | 141 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11001110 | 111 | 11110111 | 10001 | 1100001 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #CE07F7
Complementary color
Monochromatic Colors of #CE07F7
Black with #CE07F7
Text Example
Text Example
White with #CE07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07F7; }
p { color: rgb(206,7,247); }
H1.HeaderClassName
{
color: #CE07F7;
}
.AnyTagClassName
{
color: #CE07F7;
}
</style>
background-color css
<style>
a { background-color: #CE07F7; }
a { background-color: rgb(206,7,247); }
div.DivClassName
{
background-color: #CE07F7;
}
.BgClassName
{
background-color: #CE07F7;
}
</style>
border-color css
<style>
span { border-color: #CE07F7; }
span { border-color: rgb(206,7,247); }
td.TdClassName
{
border-color: #CE07F7;
}
.TagClassName
{
border-color: #CE07F7;
}
</style>