#CE93EE

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

Shades of Wisteria #CE93EE

Tints of Wisteria #CE93EE

Color information

#CE93EE (or 0xCE93EE) is unknown color: approx Wisteria. HEX triplet: CE, 93 and EE. RGB value is (206,147,238). Sum of RGB (Red+Green+Blue) = 206+147+238=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EE is #316C11. Grayscale: #AEAEAE. Windows color (decimal): -3238930 or 15635406. OLE color: 15635406.

HSL color Cylindrical-coordinate representation of color #CE93EE: hue angle of 278.9º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE93EE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206147238-
CMYK0.130.3800.07
HSL278.9º72.8%75.49%-
HSV(B)278.9º38.24%93.33%-
XYZ51.3240.1685.94-
YUV175.02163.55150.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=34.86%
G=24.87%
B=40.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061472380.130.3800.07278.972.875.49
HexCE93EED2607117494b
Octal316223356154607427111113
Binary1100111010010011111011101101100110011110001011110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93EE; }

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

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

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

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

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

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

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

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