Shades of Psychedelic Purple #CE2CEE
Tints of Psychedelic Purple #CE2CEE
RGB
CMYK
RGB Variations
Color information
#CE2CEE (or 0xCE2CEE) is known color: Psychedelic Purple. HEX triplet: CE, 2C and EE. RGB value is (206,44,238). Sum of RGB (Red+Green+Blue) = 206+44+238=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CEE is #31D311. Grayscale: #717171. Windows color (decimal): -3265298 or 15609038. OLE color: 15609038.
HSL color Cylindrical-coordinate representation of color #CE2CEE: hue angle of 290.1º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2CEE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 44 | 238 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.07 |
| HSL | 290.1º | 0.85% | 0.55% | - |
| HSV(B) | 290.1º | 0.82% | 0.93% | - |
| XYZ | 41.79 | 21.1 | 82.76 | - |
| YUV | 114.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 238 | 0.13 | 0.82 | 0 | 0.07 | 290.1 | 0.85 | 0.55 |
| Hex | CE | 2C | EE | D | 52 | 0 | 7 | 122 | 55 | 37 |
| Octal | 316 | 54 | 356 | 15 | 122 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001110 | 101100 | 11101110 | 1101 | 1010010 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CE2CEE
Complementary color
Monochromatic Colors of #CE2CEE
Black with #CE2CEE
Text Example
Text Example
White with #CE2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CEE; }
p { color: rgb(206,44,238); }
H1.HeaderClassName
{
color: #CE2CEE;
}
.AnyTagClassName
{
color: #CE2CEE;
}
</style>
background-color css
<style>
a { background-color: #CE2CEE; }
a { background-color: rgb(206,44,238); }
div.DivClassName
{
background-color: #CE2CEE;
}
.BgClassName
{
background-color: #CE2CEE;
}
</style>
border-color css
<style>
span { border-color: #CE2CEE; }
span { border-color: rgb(206,44,238); }
td.TdClassName
{
border-color: #CE2CEE;
}
.TagClassName
{
border-color: #CE2CEE;
}
</style>