#CE9BD9

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

Shades of Wisteria #CE9BD9

Tints of Wisteria #CE9BD9

Color information

#CE9BD9 (or 0xCE9BD9) is unknown color: approx Wisteria. HEX triplet: CE, 9B and D9. RGB value is (206,155,217). Sum of RGB (Red+Green+Blue) = 206+155+217=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BD9 is #316426. Grayscale: #B1B1B1. Windows color (decimal): -3236903 or 14261198. OLE color: 14261198.

HSL color Cylindrical-coordinate representation of color #CE9BD9: hue angle of 289.35º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9BD9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206155217-
CMYK0.050.2900.15
HSL289.35º44.93%72.94%-
HSV(B)289.35º28.57%85.1%-
XYZ49.741.5771.05-
YUV177.32150.4148.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=35.64%
G=26.82%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061552170.050.2900.15289.3544.9372.94
HexCE9BD951D0F1212d49
Octal31623333153501744155111
Binary11001110100110111101100110111101011111001000011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BD9; }

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

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

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

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

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

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

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

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