#C29ADD

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

Shades of Wisteria #C29ADD

Tints of Wisteria #C29ADD

Color information

#C29ADD (or 0xC29ADD) is unknown color: approx Wisteria. HEX triplet: C2, 9A and DD. RGB value is (194,154,221). Sum of RGB (Red+Green+Blue) = 194+154+221=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADD is #3D6522. Grayscale: #ADADAD. Windows color (decimal): -4023587 or 14523074. OLE color: 14523074.

HSL color Cylindrical-coordinate representation of color #C29ADD: hue angle of 275.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29ADD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194154221-
CMYK0.120.3000.13
HSL275.82º49.63%73.53%-
HSV(B)275.82º30.32%86.67%-
XYZ46.8539.873.62-
YUV173.6154.75142.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=34.09%
G=27.07%
B=38.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941542210.120.3000.13275.8249.6373.53
HexC29ADDC1E0D114324a
Octal302232335143601542462112
Binary110000101001101011011101110011110011011000101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29ADD; }

 p { color: rgb(194,154,221); }

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

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

 a { background-color: rgb(194,154,221); }

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

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

 span { border-color: rgb(194,154,221); }

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