#CE8AEB

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

Shades of Wisteria #CE8AEB

Tints of Wisteria #CE8AEB

Color information

#CE8AEB (or 0xCE8AEB) is unknown color: approx Wisteria. HEX triplet: CE, 8A and EB. RGB value is (206,138,235). Sum of RGB (Red+Green+Blue) = 206+138+235=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AEB is #317514. Grayscale: #A9A9A9. Windows color (decimal): -3241237 or 15436494. OLE color: 15436494.

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

Color convert

RGB206138235-
CMYK0.120.4100.08
HSL282.06º70.8%73.14%-
HSV(B)282.06º41.28%92.16%-
XYZ49.5437.383.19-
YUV169.39165.03154.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=35.58%
G=23.83%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061382350.120.4100.08282.0670.873.14
HexCE8AEBC290811a4749
Octal3162123531451010432107111
Binary11001110100010101110101111001010010100010001101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AEB; }

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

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

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

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

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

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

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

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