#CE2BEC

Color #CE2BEC Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #CE2BEC

Tints of Psychedelic Purple #CE2BEC

Color information

#CE2BEC (or 0xCE2BEC) is unknown color: approx 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

RGB20643236-
CMYK0.130.8200.07
HSL290.67º83.55%54.71%-
HSV(B)290.67º81.78%92.55%-
XYZ41.4620.9181.21-
YUV113.74197193.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 43 (17.19% from 255) = 8.87%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=42.47%
G=8.87%
B=48.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206432360.130.8200.07290.6783.5554.71
HexCE2BECD52071235437
Octal31653354151220744312467
Binary11001110101011111011001101101001001111001000111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>