Shades of Psychedelic Purple #CE2CEB
Tints of Psychedelic Purple #CE2CEB
RGB
CMYK
RGB Variations
Color information
#CE2CEB (or 0xCE2CEB) is known color: Psychedelic Purple. HEX triplet: CE, 2C and EB. RGB value is (206,44,235). Sum of RGB (Red+Green+Blue) = 206+44+235=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CEB is #31D314. Grayscale: #717171. Windows color (decimal): -3265301 or 15412430. OLE color: 15412430.
HSL color Cylindrical-coordinate representation of color #CE2CEB: hue angle of 290.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2CEB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 44 | 235 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.08 |
| HSL | 290.89º | 0.83% | 0.55% | - |
| HSV(B) | 290.89º | 0.81% | 0.92% | - |
| XYZ | 41.35 | 20.92 | 80.46 | - |
| YUV | 114.21 | 196.17 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 235 | 0.12 | 0.81 | 0 | 0.08 | 290.89 | 0.83 | 0.55 |
| Hex | CE | 2C | EB | C | 51 | 0 | 8 | 123 | 53 | 37 |
| Octal | 316 | 54 | 353 | 14 | 121 | 0 | 10 | 443 | 123 | 67 |
| Binary | 11001110 | 101100 | 11101011 | 1100 | 1010001 | 0 | 1000 | 100100011 | 1010011 | 110111 |
Color Harmonies of #CE2CEB
Complementary color
Monochromatic Colors of #CE2CEB
Black with #CE2CEB
Text Example
Text Example
White with #CE2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CEB; }
p { color: rgb(206,44,235); }
H1.HeaderClassName
{
color: #CE2CEB;
}
.AnyTagClassName
{
color: #CE2CEB;
}
</style>
background-color css
<style>
a { background-color: #CE2CEB; }
a { background-color: rgb(206,44,235); }
div.DivClassName
{
background-color: #CE2CEB;
}
.BgClassName
{
background-color: #CE2CEB;
}
</style>
border-color css
<style>
span { border-color: #CE2CEB; }
span { border-color: rgb(206,44,235); }
td.TdClassName
{
border-color: #CE2CEB;
}
.TagClassName
{
border-color: #CE2CEB;
}
</style>