#CEA5EA

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

Shades of Wisteria #CEA5EA

Tints of Wisteria #CEA5EA

Color information

#CEA5EA (or 0xCEA5EA) is unknown color: approx Wisteria. HEX triplet: CE, A5 and EA. RGB value is (206,165,234). Sum of RGB (Red+Green+Blue) = 206+165+234=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5EA is #315A15. Grayscale: #B8B8B8. Windows color (decimal): -3234326 or 15377870. OLE color: 15377870.

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

Color convert

RGB206165234-
CMYK0.120.2900.08
HSL275.65º62.16%78.24%-
HSV(B)275.65º29.49%91.76%-
XYZ53.7645.9783.88-
YUV185.12155.58142.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=34.05%
G=27.27%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061652340.120.2900.08275.6562.1678.24
HexCEA5EAC1D081143e4e
Octal316245352143501042476116
Binary110011101010010111101010110011101010001000101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5EA; }

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

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

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

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

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

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

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

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