#C29FCD

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

Shades of Wisteria #C29FCD

Tints of Wisteria #C29FCD

Color information

#C29FCD (or 0xC29FCD) is unknown color: approx Wisteria. HEX triplet: C2, 9F and CD. RGB value is (194,159,205). Sum of RGB (Red+Green+Blue) = 194+159+205=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FCD is #3D6032. Grayscale: #AEAEAE. Windows color (decimal): -4022323 or 13475778. OLE color: 13475778.

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

Color convert

RGB194159205-
CMYK0.050.2200.20
HSL285.65º31.51%71.37%-
HSV(B)285.65º22.44%80.39%-
XYZ45.6740.6763.2-
YUV174.71145.1141.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=34.77%
G=28.49%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941592050.050.2200.20285.6531.5171.37
HexC29FCD51601411e2047
Octal30223731552602443640107
Binary110000101001111111001101101101100101001000111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FCD; }

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

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

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

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

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

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

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

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