#CEA0EB

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

Shades of Wisteria #CEA0EB

Tints of Wisteria #CEA0EB

Color information

#CEA0EB (or 0xCEA0EB) is unknown color: approx Wisteria. HEX triplet: CE, A0 and EB. RGB value is (206,160,235). Sum of RGB (Red+Green+Blue) = 206+160+235=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EB is #315F14. Grayscale: #B6B6B6. Windows color (decimal): -3235605 or 15442126. OLE color: 15442126.

HSL color Cylindrical-coordinate representation of color #CEA0EB: hue angle of 276.8º degrees, saturation: 0.65, 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 #CEA0EB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206160235-
CMYK0.120.3200.08
HSL276.8º65.22%77.45%-
HSV(B)276.8º31.91%92.16%-
XYZ53.0244.2684.35-
YUV182.3157.74144.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=34.28%
G=26.62%
B=39.10%

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
Decimal2061602350.120.3200.08276.865.2277.45
HexCEA0EBC2008115414d
Octal3162403531440010425101115
Binary11001110101000001110101111001000000100010001010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0EB; }

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

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

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

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

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

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

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

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