#CE9BEA

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

Shades of Wisteria #CE9BEA

Tints of Wisteria #CE9BEA

Color information

#CE9BEA (or 0xCE9BEA) is unknown color: approx Wisteria. HEX triplet: CE, 9B and EA. RGB value is (206,155,234). Sum of RGB (Red+Green+Blue) = 206+155+234=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BEA is #316415. Grayscale: #B2B2B2. Windows color (decimal): -3236886 or 15375310. OLE color: 15375310.

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

Color convert

RGB206155234-
CMYK0.120.3400.08
HSL278.73º65.29%76.27%-
HSV(B)278.73º33.76%91.76%-
XYZ52.0342.5183.3-
YUV179.26158.9147.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=34.62%
G=26.05%
B=39.33%

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
Decimal2061552340.120.3400.08278.7365.2976.27
HexCE9BEAC2208117414c
Octal3162333521442010427101114
Binary11001110100110111110101011001000100100010001011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BEA; }

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

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

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

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

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

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

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

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