#CEA1E6

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

Shades of Wisteria #CEA1E6

Tints of Wisteria #CEA1E6

Color information

#CEA1E6 (or 0xCEA1E6) is unknown color: approx Wisteria. HEX triplet: CE, A1 and E6. RGB value is (206,161,230). Sum of RGB (Red+Green+Blue) = 206+161+230=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1E6 is #315E19. Grayscale: #B6B6B6. Windows color (decimal): -3235354 or 15114702. OLE color: 15114702.

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

Color convert

RGB206161230-
CMYK0.100.300.10
HSL279.13º57.98%76.67%-
HSV(B)279.13º30%90.2%-
XYZ52.4844.3280.65-
YUV182.32154.91144.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 26.97%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=34.51%
G=26.97%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061612300.100.300.10279.1357.9876.67
HexCEA1E6A1E0A1173a4d
Octal316241346123601242772115
Binary110011101010000111100110101011110010101000101111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1E6; }

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

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

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

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

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

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

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

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