#C29DCD

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

Shades of Wisteria #C29DCD

Tints of Wisteria #C29DCD

Color information

#C29DCD (or 0xC29DCD) is unknown color: approx Wisteria. HEX triplet: C2, 9D and CD. RGB value is (194,157,205). Sum of RGB (Red+Green+Blue) = 194+157+205=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCD is #3D6232. Grayscale: #ADADAD. Windows color (decimal): -4022835 or 13475266. OLE color: 13475266.

HSL color Cylindrical-coordinate representation of color #C29DCD: hue angle of 286.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29DCD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194157205-
CMYK0.050.2300.20
HSL286.25º32.43%70.98%-
HSV(B)286.25º23.41%80.39%-
XYZ45.3239.9963.09-
YUV173.54145.76142.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=34.89%
G=28.24%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941572050.050.2300.20286.2532.4370.98
HexC29DCD51701411e2047
Octal30223531552702443640107
Binary110000101001110111001101101101110101001000111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DCD; }

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

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

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

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

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

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

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

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