#CE93E1

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

Shades of Wisteria #CE93E1

Tints of Wisteria #CE93E1

Color information

#CE93E1 (or 0xCE93E1) is unknown color: approx Wisteria. HEX triplet: CE, 93 and E1. RGB value is (206,147,225). Sum of RGB (Red+Green+Blue) = 206+147+225=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93E1 is #316C1E. Grayscale: #ADADAD. Windows color (decimal): -3238943 or 14783438. OLE color: 14783438.

HSL color Cylindrical-coordinate representation of color #CE93E1: hue angle of 285.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE93E1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206147225-
CMYK0.080.3500.12
HSL285.38º56.52%72.94%-
HSV(B)285.38º34.67%88.24%-
XYZ49.4839.4376.24-
YUV173.53157.05151.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=35.64%
G=25.43%
B=38.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061472250.080.3500.12285.3856.5272.94
HexCE93E18230C11d3949
Octal316223341104301443571111
Binary1100111010010011111000011000100011011001000111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93E1; }

 p { color: rgb(206,147,225); }

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

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

 a { background-color: rgb(206,147,225); }

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

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

 span { border-color: rgb(206,147,225); }

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