#CE15EA

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

Shades of Psychedelic Purple #CE15EA

Tints of Psychedelic Purple #CE15EA

Color information

#CE15EA (or 0xCE15EA) is unknown color: approx Psychedelic Purple. HEX triplet: CE, 15 and EA. RGB value is (206,21,234). Sum of RGB (Red+Green+Blue) = 206+21+234=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15EA is #31EA15. Grayscale: #636363. Windows color (decimal): -3271190 or 15341006. OLE color: 15341006.

HSL color Cylindrical-coordinate representation of color #CE15EA: hue angle of 292.11º 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 #CE15EA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20621234-
CMYK0.120.9100.08
HSL292.11º83.53%50%-
HSV(B)292.11º91.03%91.76%-
XYZ40.5719.679.49-
YUV100.6203.29203.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 21 (8.59% from 255) = 4.56%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=44.69%
G=4.56%
B=50.76%

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
Decimal206212340.120.9100.08292.1183.5350
HexCE15EAC5B081245432
Octal316253521413301044412462
Binary11001110101011110101011001011011010001001001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15EA; }

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

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

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

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

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

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

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

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