Shades of Psychedelic Purple #CE07EA
Tints of Psychedelic Purple #CE07EA
RGB
CMYK
RGB Variations
Color information
#CE07EA (or 0xCE07EA) is known color: Psychedelic Purple. HEX triplet: CE, 07 and EA. RGB value is (206,7,234). Sum of RGB (Red+Green+Blue) = 206+7+234=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE07EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07EA is #31F815. Grayscale: #5B5B5B. Windows color (decimal): -3274774 or 15337422. OLE color: 15337422.
HSL color Cylindrical-coordinate representation of color #CE07EA: hue angle of 292.6º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07EA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 7 | 234 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.08 |
| HSL | 292.6º | 0.94% | 0.47% | - |
| HSV(B) | 292.6º | 0.97% | 0.92% | - |
| XYZ | 40.38 | 19.21 | 79.42 | - |
| YUV | 92.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 234 | 0.12 | 0.97 | 0 | 0.08 | 292.6 | 0.94 | 0.47 |
| Hex | CE | 7 | EA | C | 61 | 0 | 8 | 125 | 5E | 2F |
| Octal | 316 | 7 | 352 | 14 | 141 | 0 | 10 | 445 | 136 | 57 |
| Binary | 11001110 | 111 | 11101010 | 1100 | 1100001 | 0 | 1000 | 100100101 | 1011110 | 101111 |
Color Harmonies of #CE07EA
Complementary color
Monochromatic Colors of #CE07EA
Black with #CE07EA
Text Example
Text Example
White with #CE07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07EA; }
p { color: rgb(206,7,234); }
H1.HeaderClassName
{
color: #CE07EA;
}
.AnyTagClassName
{
color: #CE07EA;
}
</style>
background-color css
<style>
a { background-color: #CE07EA; }
a { background-color: rgb(206,7,234); }
div.DivClassName
{
background-color: #CE07EA;
}
.BgClassName
{
background-color: #CE07EA;
}
</style>
border-color css
<style>
span { border-color: #CE07EA; }
span { border-color: rgb(206,7,234); }
td.TdClassName
{
border-color: #CE07EA;
}
.TagClassName
{
border-color: #CE07EA;
}
</style>