#C29DDD

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

Shades of Wisteria #C29DDD

Tints of Wisteria #C29DDD

Color information

#C29DDD (or 0xC29DDD) is unknown color: approx Wisteria. HEX triplet: C2, 9D and DD. RGB value is (194,157,221). Sum of RGB (Red+Green+Blue) = 194+157+221=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDD is #3D6222. Grayscale: #AFAFAF. Windows color (decimal): -4022819 or 14523842. OLE color: 14523842.

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

Color convert

RGB194157221-
CMYK0.120.2900.13
HSL274.69º48.48%74.12%-
HSV(B)274.69º28.96%86.67%-
XYZ47.3640.873.79-
YUV175.36153.76141.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=33.92%
G=27.45%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941572210.120.2900.13274.6948.4874.12
HexC29DDDC1D0D113304a
Octal302235335143501542360112
Binary110000101001110111011101110011101011011000100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DDD; }

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

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

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

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

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

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

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

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