#C29BD2

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

Shades of Wisteria #C29BD2

Tints of Wisteria #C29BD2

Color information

#C29BD2 (or 0xC29BD2) is unknown color: approx Wisteria. HEX triplet: C2, 9B and D2. RGB value is (194,155,210). Sum of RGB (Red+Green+Blue) = 194+155+210=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C29BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD2 is #3D642D. Grayscale: #ACACAC. Windows color (decimal): -4023342 or 13802434. OLE color: 13802434.

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

Color convert

RGB194155210-
CMYK0.080.2600.18
HSL282.55º37.93%71.57%-
HSV(B)282.55º26.19%82.35%-
XYZ45.639.5766.21-
YUV172.93148.92143.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=34.70%
G=27.73%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941552100.080.2600.18282.5537.9371.57
HexC29BD281A01211b2648
Octal302233322103202243346110
Binary1100001010011011110100101000110100100101000110111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BD2; }

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

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

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

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

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

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

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

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