#CE90EB

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

Shades of Wisteria #CE90EB

Tints of Wisteria #CE90EB

Color information

#CE90EB (or 0xCE90EB) is unknown color: approx Wisteria. HEX triplet: CE, 90 and EB. RGB value is (206,144,235). Sum of RGB (Red+Green+Blue) = 206+144+235=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90EB is #316F14. Grayscale: #ACACAC. Windows color (decimal): -3239701 or 15438030. OLE color: 15438030.

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

Color convert

RGB206144235-
CMYK0.120.3900.08
HSL280.88º69.47%74.31%-
HSV(B)280.88º38.72%92.16%-
XYZ50.4239.0783.48-
YUV172.91163.04151.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=35.21%
G=24.62%
B=40.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061442350.120.3900.08280.8869.4774.31
HexCE90EBC2708119454a
Octal3162203531447010431105112
Binary11001110100100001110101111001001110100010001100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90EB; }

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

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

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

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

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

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

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

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