#CEA0E4

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

Shades of Wisteria #CEA0E4

Tints of Wisteria #CEA0E4

Color information

#CEA0E4 (or 0xCEA0E4) is unknown color: approx Wisteria. HEX triplet: CE, A0 and E4. RGB value is (206,160,228). Sum of RGB (Red+Green+Blue) = 206+160+228=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0E4 is #315F1B. Grayscale: #B5B5B5. Windows color (decimal): -3235612 or 14983374. OLE color: 14983374.

HSL color Cylindrical-coordinate representation of color #CEA0E4: hue angle of 280.59º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA0E4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206160228-
CMYK0.100.3000.11
HSL280.59º55.74%76.08%-
HSV(B)280.59º29.82%89.41%-
XYZ52.0343.8679.12-
YUV181.51154.24145.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 228 (89.45% from 255) = 38.38%
R=34.68%
G=26.94%
B=38.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061602280.100.3000.11280.5955.7476.08
HexCEA0E4A1E0B119384c
Octal316240344123601343170114
Binary110011101010000011100100101011110010111000110011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0E4; }

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

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

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

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

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

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

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

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