Shades of Psychedelic Purple #CE07FC
Tints of Psychedelic Purple #CE07FC
RGB
CMYK
RGB Variations
Color information
#CE07FC (or 0xCE07FC) is known color: Psychedelic Purple. HEX triplet: CE, 07 and FC. RGB value is (206,7,252). Sum of RGB (Red+Green+Blue) = 206+7+252=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE07FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07FC is #31F803. Grayscale: #5D5D5D. Windows color (decimal): -3274756 or 16517070. OLE color: 16517070.
HSL color Cylindrical-coordinate representation of color #CE07FC: hue angle of 288.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07FC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 7 | 252 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.01 |
| HSL | 288.73º | 0.98% | 0.51% | - |
| HSV(B) | 288.73º | 0.97% | 0.99% | - |
| XYZ | 43.1 | 20.3 | 93.74 | - |
| YUV | 94.43 | 216.93 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 252 | 0.18 | 0.97 | 0 | 0.01 | 288.73 | 0.98 | 0.51 |
| Hex | CE | 7 | FC | 12 | 61 | 0 | 1 | 121 | 62 | 33 |
| Octal | 316 | 7 | 374 | 22 | 141 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11001110 | 111 | 11111100 | 10010 | 1100001 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #CE07FC
Complementary color
Monochromatic Colors of #CE07FC
Black with #CE07FC
Text Example
Text Example
White with #CE07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07FC; }
p { color: rgb(206,7,252); }
H1.HeaderClassName
{
color: #CE07FC;
}
.AnyTagClassName
{
color: #CE07FC;
}
</style>
background-color css
<style>
a { background-color: #CE07FC; }
a { background-color: rgb(206,7,252); }
div.DivClassName
{
background-color: #CE07FC;
}
.BgClassName
{
background-color: #CE07FC;
}
</style>
border-color css
<style>
span { border-color: #CE07FC; }
span { border-color: rgb(206,7,252); }
td.TdClassName
{
border-color: #CE07FC;
}
.TagClassName
{
border-color: #CE07FC;
}
</style>