#CE28EB

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

Shades of Psychedelic Purple #CE28EB

Tints of Psychedelic Purple #CE28EB

Color information

#CE28EB (or 0xCE28EB) is unknown color: approx Psychedelic Purple. HEX triplet: CE, 28 and EB. RGB value is (206,40,235). Sum of RGB (Red+Green+Blue) = 206+40+235=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28EB is #31D714. Grayscale: #6F6F6F. Windows color (decimal): -3266325 or 15411406. OLE color: 15411406.

HSL color Cylindrical-coordinate representation of color #CE28EB: hue angle of 291.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE28EB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20640235-
CMYK0.120.8300.08
HSL291.08º82.98%53.92%-
HSV(B)291.08º82.98%92.16%-
XYZ41.2120.6480.41-
YUV111.86197.5195.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 40 (16.02% from 255) = 8.32%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=42.83%
G=8.32%
B=48.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206402350.120.8300.08291.0882.9853.92
HexCE28EBC53081235336
Octal316503531412301044312366
Binary110011101010001110101111001010011010001001000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE28EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE28EB; }

 p { color: rgb(206,40,235); }

 H1.HeaderClassName
 {
   color: #CE28EB;
 }
 .AnyTagClassName
 {
   color: #CE28EB;
 }
</style>
background-color css

<style>
 a { background-color: #CE28EB; }

 a { background-color: rgb(206,40,235); }

 div.DivClassName
 {
   background-color: #CE28EB;
 }
 .BgClassName
 {
   background-color: #CE28EB;
 }
</style>
border-color css

<style>
 span { border-color: #CE28EB; }

 span { border-color: rgb(206,40,235); }

 td.TdClassName
 {
   border-color: #CE28EB;
 }
 .TagClassName
 {
   border-color: #CE28EB;
 }
</style>