#C29BDB

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

Shades of Wisteria #C29BDB

Tints of Wisteria #C29BDB

Color information

#C29BDB (or 0xC29BDB) is unknown color: approx Wisteria. HEX triplet: C2, 9B and DB. RGB value is (194,155,219). Sum of RGB (Red+Green+Blue) = 194+155+219=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDB is #3D6424. Grayscale: #ADADAD. Windows color (decimal): -4023333 or 14392258. OLE color: 14392258.

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

Color convert

RGB194155219-
CMYK0.110.2900.14
HSL276.56º47.06%73.33%-
HSV(B)276.56º29.22%85.88%-
XYZ46.7640.0372.28-
YUV173.96153.42142.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=34.15%
G=27.29%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941552190.110.2900.14276.5647.0673.33
HexC29BDBB1D0E1152f49
Octal302233333133501642557111
Binary110000101001101111011011101111101011101000101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BDB; }

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

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

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

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

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

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

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

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