#C29CDD

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

Shades of Wisteria #C29CDD

Tints of Wisteria #C29CDD

Color information

#C29CDD (or 0xC29CDD) is unknown color: approx Wisteria. HEX triplet: C2, 9C and DD. RGB value is (194,156,221). Sum of RGB (Red+Green+Blue) = 194+156+221=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDD is #3D6322. Grayscale: #AEAEAE. Windows color (decimal): -4023075 or 14523586. OLE color: 14523586.

HSL color Cylindrical-coordinate representation of color #C29CDD: hue angle of 275.08º degrees, saturation: 0.49, 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 #C29CDD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194156221-
CMYK0.120.2900.13
HSL275.08º48.87%73.92%-
HSV(B)275.08º29.41%86.67%-
XYZ47.1940.4773.73-
YUV174.77154.09141.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=33.98%
G=27.32%
B=38.70%

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
Decimal1941562210.120.2900.13275.0848.8773.92
HexC29CDDC1D0D113314a
Octal302234335143501542361112
Binary110000101001110011011101110011101011011000100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CDD; }

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

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

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

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

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

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

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

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