Shades of Psychedelic Purple #CE07F1
Tints of Psychedelic Purple #CE07F1
RGB
CMYK
RGB Variations
Color information
#CE07F1 (or 0xCE07F1) is known color: Psychedelic Purple. HEX triplet: CE, 07 and F1. RGB value is (206,7,241). Sum of RGB (Red+Green+Blue) = 206+7+241=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE07F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07F1 is #31F80E. Grayscale: #5C5C5C. Windows color (decimal): -3274767 or 15796174. OLE color: 15796174.
HSL color Cylindrical-coordinate representation of color #CE07F1: hue angle of 291.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07F1 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 7 | 241 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.05 |
| HSL | 291.03º | 0.94% | 0.49% | - |
| HSV(B) | 291.03º | 0.97% | 0.95% | - |
| XYZ | 41.41 | 19.62 | 84.82 | - |
| YUV | 93.18 | 211.43 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 241 | 0.15 | 0.97 | 0 | 0.05 | 291.03 | 0.94 | 0.49 |
| Hex | CE | 7 | F1 | F | 61 | 0 | 5 | 123 | 5E | 31 |
| Octal | 316 | 7 | 361 | 17 | 141 | 0 | 5 | 443 | 136 | 61 |
| Binary | 11001110 | 111 | 11110001 | 1111 | 1100001 | 0 | 101 | 100100011 | 1011110 | 110001 |
Color Harmonies of #CE07F1
Complementary color
Monochromatic Colors of #CE07F1
Black with #CE07F1
Text Example
Text Example
White with #CE07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07F1; }
p { color: rgb(206,7,241); }
H1.HeaderClassName
{
color: #CE07F1;
}
.AnyTagClassName
{
color: #CE07F1;
}
</style>
background-color css
<style>
a { background-color: #CE07F1; }
a { background-color: rgb(206,7,241); }
div.DivClassName
{
background-color: #CE07F1;
}
.BgClassName
{
background-color: #CE07F1;
}
</style>
border-color css
<style>
span { border-color: #CE07F1; }
span { border-color: rgb(206,7,241); }
td.TdClassName
{
border-color: #CE07F1;
}
.TagClassName
{
border-color: #CE07F1;
}
</style>