#CEA0EA

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

Shades of Wisteria #CEA0EA

Tints of Wisteria #CEA0EA

Color information

#CEA0EA (or 0xCEA0EA) is unknown color: approx Wisteria. HEX triplet: CE, A0 and EA. RGB value is (206,160,234). Sum of RGB (Red+Green+Blue) = 206+160+234=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EA is #315F15. Grayscale: #B5B5B5. Windows color (decimal): -3235606 or 15376590. OLE color: 15376590.

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

Color convert

RGB206160234-
CMYK0.120.3200.08
HSL277.3º63.79%77.25%-
HSV(B)277.3º31.62%91.76%-
XYZ52.8844.283.59-
YUV182.19157.24144.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 234 (91.80% from 255) = 39%
R=34.33%
G=26.67%
B=39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061602340.120.3200.08277.363.7977.25
HexCEA0EAC2008115404d
Octal3162403521440010425100115
Binary11001110101000001110101011001000000100010001010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0EA; }

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

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

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

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

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

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

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

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