#C29CD9

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

Shades of Wisteria #C29CD9

Tints of Wisteria #C29CD9

Color information

#C29CD9 (or 0xC29CD9) is unknown color: approx Wisteria. HEX triplet: C2, 9C and D9. RGB value is (194,156,217). Sum of RGB (Red+Green+Blue) = 194+156+217=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #C29CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CD9 is #3D6326. Grayscale: #AEAEAE. Windows color (decimal): -4023079 or 14261442. OLE color: 14261442.

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

Color convert

RGB194156217-
CMYK0.110.2800.15
HSL277.38º44.53%73.14%-
HSV(B)277.38º28.11%85.1%-
XYZ46.6640.2670.96-
YUV174.32152.09142.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=34.22%
G=27.51%
B=38.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941562170.110.2800.15277.3844.5373.14
HexC29CD9B1C0F1152d49
Octal302234331133401742555111
Binary110000101001110011011001101111100011111000101011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CD9; }

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

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

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

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

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

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

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

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