#CE90E5

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

Shades of Wisteria #CE90E5

Tints of Wisteria #CE90E5

Color information

#CE90E5 (or 0xCE90E5) is unknown color: approx Wisteria. HEX triplet: CE, 90 and E5. RGB value is (206,144,229). Sum of RGB (Red+Green+Blue) = 206+144+229=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90E5 is #316F1A. Grayscale: #ABABAB. Windows color (decimal): -3239707 or 15044814. OLE color: 15044814.

HSL color Cylindrical-coordinate representation of color #CE90E5: hue angle of 283.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE90E5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206144229-
CMYK0.100.3700.10
HSL283.76º62.04%73.14%-
HSV(B)283.76º37.12%89.8%-
XYZ49.5738.7378.99-
YUV172.23160.04152.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=35.58%
G=24.87%
B=39.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061442290.100.3700.10283.7662.0473.14
HexCE90E5A250A11c3e49
Octal316220345124501243476111
Binary1100111010010000111001011010100101010101000111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90E5; }

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

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

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

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

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

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

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

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