#CE9BDB

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

Shades of Wisteria #CE9BDB

Tints of Wisteria #CE9BDB

Color information

#CE9BDB (or 0xCE9BDB) is unknown color: approx Wisteria. HEX triplet: CE, 9B and DB. RGB value is (206,155,219). Sum of RGB (Red+Green+Blue) = 206+155+219=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDB is #316424. Grayscale: #B1B1B1. Windows color (decimal): -3236901 or 14392270. OLE color: 14392270.

HSL color Cylindrical-coordinate representation of color #CE9BDB: hue angle of 287.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9BDB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206155219-
CMYK0.060.2900.14
HSL287.81º47.06%73.33%-
HSV(B)287.81º29.22%85.88%-
XYZ49.9641.6872.43-
YUV177.54151.4148.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=35.52%
G=26.72%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061552190.060.2900.14287.8147.0673.33
HexCE9BDB61D0E1202f49
Octal31623333363501644057111
Binary11001110100110111101101111011101011101001000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BDB; }

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

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

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

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

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

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

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

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