Shades of Psychedelic Purple #CE00E7
Tints of Psychedelic Purple #CE00E7
RGB
CMYK
RGB Variations
Color information
#CE00E7 (or 0xCE00E7) is known color: Psychedelic Purple. HEX triplet: CE, 00 and E7. RGB value is (206,0,231). Sum of RGB (Red+Green+Blue) = 206+0+231=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE00E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00E7 is #31FF18. Grayscale: #575757. Windows color (decimal): -3276569 or 15139022. OLE color: 15139022.
HSL color Cylindrical-coordinate representation of color #CE00E7: hue angle of 293.51º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00E7 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 0 | 231 | - |
| CMYK | 0.11 | 1 | 0 | 0.09 |
| HSL | 293.51º | 1% | 0.45% | - |
| HSV(B) | 293.51º | 1% | 0.91% | - |
| XYZ | 39.88 | 18.89 | 77.15 | - |
| YUV | 87.93 | 208.75 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 231 | 0.11 | 1 | 0 | 0.09 | 293.51 | 1 | 0.45 |
| Hex | CE | 0 | E7 | B | 64 | 0 | 9 | 126 | 64 | 2D |
| Octal | 316 | 0 | 347 | 13 | 144 | 0 | 11 | 446 | 144 | 55 |
| Binary | 11001110 | 0 | 11100111 | 1011 | 1100100 | 0 | 1001 | 100100110 | 1100100 | 101101 |
Color Harmonies of #CE00E7
Complementary color
Monochromatic Colors of #CE00E7
Black with #CE00E7
Text Example
Text Example
White with #CE00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00E7; }
p { color: rgb(206,0,231); }
H1.HeaderClassName
{
color: #CE00E7;
}
.AnyTagClassName
{
color: #CE00E7;
}
</style>
background-color css
<style>
a { background-color: #CE00E7; }
a { background-color: rgb(206,0,231); }
div.DivClassName
{
background-color: #CE00E7;
}
.BgClassName
{
background-color: #CE00E7;
}
</style>
border-color css
<style>
span { border-color: #CE00E7; }
span { border-color: rgb(206,0,231); }
td.TdClassName
{
border-color: #CE00E7;
}
.TagClassName
{
border-color: #CE00E7;
}
</style>