#C29FDA

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

Shades of Wisteria #C29FDA

Tints of Wisteria #C29FDA

Color information

#C29FDA (or 0xC29FDA) is unknown color: approx Wisteria. HEX triplet: C2, 9F and DA. RGB value is (194,159,218). Sum of RGB (Red+Green+Blue) = 194+159+218=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDA is #3D6025. Grayscale: #AFAFAF. Windows color (decimal): -4022310 or 14327746. OLE color: 14327746.

HSL color Cylindrical-coordinate representation of color #C29FDA: hue angle of 275.59º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29FDA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194159218-
CMYK0.110.2700.15
HSL275.59º44.36%73.92%-
HSV(B)275.59º27.06%85.49%-
XYZ47.341.3371.81-
YUV176.19151.6140.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=33.98%
G=27.85%
B=38.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941592180.110.2700.15275.5944.3673.92
HexC29FDAB1B0F1142c4a
Octal302237332133301742454112
Binary110000101001111111011010101111011011111000101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FDA; }

 p { color: rgb(194,159,218); }

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

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

 a { background-color: rgb(194,159,218); }

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

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

 span { border-color: rgb(194,159,218); }

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