#C29DD5

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

Shades of Wisteria #C29DD5

Tints of Wisteria #C29DD5

Color information

#C29DD5 (or 0xC29DD5) is unknown color: approx Wisteria. HEX triplet: C2, 9D and D5. RGB value is (194,157,213). Sum of RGB (Red+Green+Blue) = 194+157+213=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #C29DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DD5 is #3D622A. Grayscale: #AEAEAE. Windows color (decimal): -4022827 or 13999554. OLE color: 13999554.

HSL color Cylindrical-coordinate representation of color #C29DD5: hue angle of 279.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29DD5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194157213-
CMYK0.090.2600.16
HSL279.64º40%72.55%-
HSV(B)279.64º26.29%83.53%-
XYZ46.3240.3968.31-
YUV174.45149.76141.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=34.40%
G=27.84%
B=37.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941572130.090.2600.16279.644072.55
HexC29DD591A0101182849
Octal302235325113202043050111
Binary1100001010011101110101011001110100100001000110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DD5; }

 p { color: rgb(194,157,213); }

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

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

 a { background-color: rgb(194,157,213); }

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

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

 span { border-color: rgb(194,157,213); }

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