#CE9AEA

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

Shades of Wisteria #CE9AEA

Tints of Wisteria #CE9AEA

Color information

#CE9AEA (or 0xCE9AEA) is unknown color: approx Wisteria. HEX triplet: CE, 9A and EA. RGB value is (206,154,234). Sum of RGB (Red+Green+Blue) = 206+154+234=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AEA is #316515. Grayscale: #B2B2B2. Windows color (decimal): -3237142 or 15375054. OLE color: 15375054.

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

Color convert

RGB206154234-
CMYK0.120.3400.08
HSL279º65.57%76.08%-
HSV(B)279º34.19%91.76%-
XYZ51.8642.1783.25-
YUV178.67159.23147.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=34.68%
G=25.93%
B=39.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061542340.120.3400.0827965.5776.08
HexCE9AEAC2208117424c
Octal3162323521442010427102114
Binary11001110100110101110101011001000100100010001011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AEA; }

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

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

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

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

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

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

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

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