Shades of Psychedelic Purple #CE10F7
Tints of Psychedelic Purple #CE10F7
RGB
CMYK
RGB Variations
Color information
#CE10F7 (or 0xCE10F7) is known color: Psychedelic Purple. HEX triplet: CE, 10 and F7. RGB value is (206,16,247). Sum of RGB (Red+Green+Blue) = 206+16+247=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE10F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10F7 is #31EF08. Grayscale: #626262. Windows color (decimal): -3272457 or 16191694. OLE color: 16191694.
HSL color Cylindrical-coordinate representation of color #CE10F7: hue angle of 289.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE10F7 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 16 | 247 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.03 |
| HSL | 289.35º | 0.94% | 0.52% | - |
| HSV(B) | 289.35º | 0.94% | 0.97% | - |
| XYZ | 42.43 | 20.21 | 89.66 | - |
| YUV | 99.14 | 211.45 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 247 | 0.17 | 0.94 | 0 | 0.03 | 289.35 | 0.94 | 0.52 |
| Hex | CE | 10 | F7 | 11 | 5E | 0 | 3 | 121 | 5E | 34 |
| Octal | 316 | 20 | 367 | 21 | 136 | 0 | 3 | 441 | 136 | 64 |
| Binary | 11001110 | 10000 | 11110111 | 10001 | 1011110 | 0 | 11 | 100100001 | 1011110 | 110100 |
Color Harmonies of #CE10F7
Complementary color
Monochromatic Colors of #CE10F7
Black with #CE10F7
Text Example
Text Example
White with #CE10F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10F7; }
p { color: rgb(206,16,247); }
H1.HeaderClassName
{
color: #CE10F7;
}
.AnyTagClassName
{
color: #CE10F7;
}
</style>
background-color css
<style>
a { background-color: #CE10F7; }
a { background-color: rgb(206,16,247); }
div.DivClassName
{
background-color: #CE10F7;
}
.BgClassName
{
background-color: #CE10F7;
}
</style>
border-color css
<style>
span { border-color: #CE10F7; }
span { border-color: rgb(206,16,247); }
td.TdClassName
{
border-color: #CE10F7;
}
.TagClassName
{
border-color: #CE10F7;
}
</style>