#CEA3ED

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

Shades of Wisteria #CEA3ED

Tints of Wisteria #CEA3ED

Color information

#CEA3ED (or 0xCEA3ED) is unknown color: approx Wisteria. HEX triplet: CE, A3 and ED. RGB value is (206,163,237). Sum of RGB (Red+Green+Blue) = 206+163+237=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3ED is #315C12. Grayscale: #B8B8B8. Windows color (decimal): -3234835 or 15573966. OLE color: 15573966.

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

Color convert

RGB206163237-
CMYK0.130.3100.07
HSL274.86º67.27%78.43%-
HSV(B)274.86º31.22%92.94%-
XYZ53.8445.4386.05-
YUV184.29157.75143.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=33.99%
G=26.90%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061632370.130.3100.07274.8667.2778.43
HexCEA3EDD1F07113434e
Octal316243355153707423103116
Binary110011101010001111101101110111111011110001001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3ED; }

 p { color: rgb(206,163,237); }

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

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

 a { background-color: rgb(206,163,237); }

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

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

 span { border-color: rgb(206,163,237); }

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