Shades of Psychedelic Purple #CE2BEC
Tints of Psychedelic Purple #CE2BEC
RGB
CMYK
RGB Variations
Color information
#CE2BEC (or 0xCE2BEC) is known color: Psychedelic Purple. HEX triplet: CE, 2B and EC. RGB value is (206,43,236). Sum of RGB (Red+Green+Blue) = 206+43+236=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2BEC is #31D413. Grayscale: #717171. Windows color (decimal): -3265556 or 15477710. OLE color: 15477710.
HSL color Cylindrical-coordinate representation of color #CE2BEC: hue angle of 290.67º degrees, saturation: 0.84, 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 #CE2BEC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 43 | 236 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.07 |
| HSL | 290.67º | 0.84% | 0.55% | - |
| HSV(B) | 290.67º | 0.82% | 0.93% | - |
| XYZ | 41.46 | 20.91 | 81.21 | - |
| YUV | 113.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 236 | 0.13 | 0.82 | 0 | 0.07 | 290.67 | 0.84 | 0.55 |
| Hex | CE | 2B | EC | D | 52 | 0 | 7 | 123 | 54 | 37 |
| Octal | 316 | 53 | 354 | 15 | 122 | 0 | 7 | 443 | 124 | 67 |
| Binary | 11001110 | 101011 | 11101100 | 1101 | 1010010 | 0 | 111 | 100100011 | 1010100 | 110111 |
Color Harmonies of #CE2BEC
Complementary color
Monochromatic Colors of #CE2BEC
Black with #CE2BEC
Text Example
Text Example
White with #CE2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BEC; }
p { color: rgb(206,43,236); }
H1.HeaderClassName
{
color: #CE2BEC;
}
.AnyTagClassName
{
color: #CE2BEC;
}
</style>
background-color css
<style>
a { background-color: #CE2BEC; }
a { background-color: rgb(206,43,236); }
div.DivClassName
{
background-color: #CE2BEC;
}
.BgClassName
{
background-color: #CE2BEC;
}
</style>
border-color css
<style>
span { border-color: #CE2BEC; }
span { border-color: rgb(206,43,236); }
td.TdClassName
{
border-color: #CE2BEC;
}
.TagClassName
{
border-color: #CE2BEC;
}
</style>