#C29DDA

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

Shades of Wisteria #C29DDA

Tints of Wisteria #C29DDA

Color information

#C29DDA (or 0xC29DDA) is unknown color: approx Wisteria. HEX triplet: C2, 9D and DA. RGB value is (194,157,218). Sum of RGB (Red+Green+Blue) = 194+157+218=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDA is #3D6225. Grayscale: #AEAEAE. Windows color (decimal): -4022822 or 14327234. OLE color: 14327234.

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

Color convert

RGB194157218-
CMYK0.110.2800.15
HSL276.39º45.19%73.53%-
HSV(B)276.39º27.98%85.49%-
XYZ46.9640.6571.7-
YUV175.02152.26141.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=34.09%
G=27.59%
B=38.31%

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
Decimal1941572180.110.2800.15276.3945.1973.53
HexC29DDAB1C0F1142d4a
Octal302235332133401742455112
Binary110000101001110111011010101111100011111000101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DDA; }

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

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

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

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

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

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

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

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