#C29BDE

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

Shades of Wisteria #C29BDE

Tints of Wisteria #C29BDE

Color information

#C29BDE (or 0xC29BDE) is unknown color: approx Wisteria. HEX triplet: C2, 9B and DE. RGB value is (194,155,222). Sum of RGB (Red+Green+Blue) = 194+155+222=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDE is #3D6421. Grayscale: #AEAEAE. Windows color (decimal): -4023330 or 14588866. OLE color: 14588866.

HSL color Cylindrical-coordinate representation of color #C29BDE: hue angle of 274.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29BDE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194155222-
CMYK0.130.3000.13
HSL274.93º50.38%73.92%-
HSV(B)274.93º30.18%87.06%-
XYZ47.1540.1974.38-
YUV174.3154.92142.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=33.98%
G=27.15%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941552220.130.3000.13274.9350.3873.92
HexC29BDED1E0D113324a
Octal302233336153601542362112
Binary110000101001101111011110110111110011011000100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BDE; }

 p { color: rgb(194,155,222); }

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

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

 a { background-color: rgb(194,155,222); }

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

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

 span { border-color: rgb(194,155,222); }

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