#CEA1EA

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

Shades of Wisteria #CEA1EA

Tints of Wisteria #CEA1EA

Color information

#CEA1EA (or 0xCEA1EA) is unknown color: approx Wisteria. HEX triplet: CE, A1 and EA. RGB value is (206,161,234). Sum of RGB (Red+Green+Blue) = 206+161+234=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1EA is #315E15. Grayscale: #B6B6B6. Windows color (decimal): -3235350 or 15376846. OLE color: 15376846.

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

Color convert

RGB206161234-
CMYK0.120.3100.08
HSL276.99º63.48%77.45%-
HSV(B)276.99º31.2%91.76%-
XYZ53.0544.5583.65-
YUV182.78156.91144.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=34.28%
G=26.79%
B=38.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061612340.120.3100.08276.9963.4877.45
HexCEA1EAC1F081153f4d
Octal316241352143701042577115
Binary110011101010000111101010110011111010001000101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1EA; }

 p { color: rgb(206,161,234); }

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

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

 a { background-color: rgb(206,161,234); }

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

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

 span { border-color: rgb(206,161,234); }

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