#CE14EA

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

Shades of Psychedelic Purple #CE14EA

Tints of Psychedelic Purple #CE14EA

Color information

#CE14EA (or 0xCE14EA) is unknown color: approx Psychedelic Purple. HEX triplet: CE, 14 and EA. RGB value is (206,20,234). Sum of RGB (Red+Green+Blue) = 206+20+234=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE14EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14EA is #31EB15. Grayscale: #636363. Windows color (decimal): -3271446 or 15340750. OLE color: 15340750.

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

Color convert

RGB20620234-
CMYK0.120.9100.08
HSL292.15º84.25%49.8%-
HSV(B)292.15º91.45%91.76%-
XYZ40.5619.5679.48-
YUV100.01203.62203.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 20 (8.20% from 255) = 4.35%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=44.78%
G=4.35%
B=50.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206202340.120.9100.08292.1584.2549.8
HexCE14EAC5B081245432
Octal316243521413301044412462
Binary11001110101001110101011001011011010001001001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE14EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE14EA; }

 p { color: rgb(206,20,234); }

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

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

 a { background-color: rgb(206,20,234); }

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

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

 span { border-color: rgb(206,20,234); }

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