#CB9BDB

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

Shades of Wisteria #CB9BDB

Tints of Wisteria #CB9BDB

Color information

#CB9BDB (or 0xCB9BDB) is unknown color: approx Wisteria. HEX triplet: CB, 9B and DB. RGB value is (203,155,219). Sum of RGB (Red+Green+Blue) = 203+155+219=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BDB is #346424. Grayscale: #B0B0B0. Windows color (decimal): -3433509 or 14392267. OLE color: 14392267.

HSL color Cylindrical-coordinate representation of color #CB9BDB: hue angle of 285º 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 #CB9BDB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203155219-
CMYK0.070.2900.14
HSL285º47.06%73.33%-
HSV(B)285º29.22%85.88%-
XYZ49.1441.2572.39-
YUV176.65151.9146.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=35.18%
G=26.86%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031552190.070.2900.1428547.0673.33
HexCB9BDB71D0E11d2f49
Octal31323333373501643557111
Binary11001011100110111101101111111101011101000111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BDB; }

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

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

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

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

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

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

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

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