#C29BD1

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

Shades of Wisteria #C29BD1

Tints of Wisteria #C29BD1

Color information

#C29BD1 (or 0xC29BD1) is unknown color: approx Wisteria. HEX triplet: C2, 9B and D1. RGB value is (194,155,209). Sum of RGB (Red+Green+Blue) = 194+155+209=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C29BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD1 is #3D642E. Grayscale: #ACACAC. Windows color (decimal): -4023343 or 13736898. OLE color: 13736898.

HSL color Cylindrical-coordinate representation of color #C29BD1: hue angle of 283.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29BD1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194155209-
CMYK0.070.2600.18
HSL283.33º36.99%71.37%-
HSV(B)283.33º25.84%81.96%-
XYZ45.4839.5265.55-
YUV172.82148.42143.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=34.77%
G=27.78%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941552090.070.2600.18283.3336.9971.37
HexC29BD171A01211b2547
Octal30223332173202243345107
Binary110000101001101111010001111110100100101000110111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BD1; }

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

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

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

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

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

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

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

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