#CE9EEA

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

Shades of Wisteria #CE9EEA

Tints of Wisteria #CE9EEA

Color information

#CE9EEA (or 0xCE9EEA) is unknown color: approx Wisteria. HEX triplet: CE, 9E and EA. RGB value is (206,158,234). Sum of RGB (Red+Green+Blue) = 206+158+234=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EEA is #316115. Grayscale: #B4B4B4. Windows color (decimal): -3236118 or 15376078. OLE color: 15376078.

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

Color convert

RGB206158234-
CMYK0.120.3200.08
HSL277.89º64.41%76.86%-
HSV(B)277.89º32.48%91.76%-
XYZ52.5343.5283.47-
YUV181.02157.9145.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=34.45%
G=26.42%
B=39.13%

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
Decimal2061582340.120.3200.08277.8964.4176.86
HexCE9EEAC2008116404d
Octal3162363521440010426100115
Binary11001110100111101110101011001000000100010001011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EEA; }

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

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

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

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

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

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

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

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