#C29DDE

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

Shades of Wisteria #C29DDE

Tints of Wisteria #C29DDE

Color information

#C29DDE (or 0xC29DDE) is unknown color: approx Wisteria. HEX triplet: C2, 9D and DE. RGB value is (194,157,222). Sum of RGB (Red+Green+Blue) = 194+157+222=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDE is #3D6221. Grayscale: #AFAFAF. Windows color (decimal): -4022818 or 14589378. OLE color: 14589378.

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

Color convert

RGB194157222-
CMYK0.130.2900.13
HSL274.15º49.62%74.31%-
HSV(B)274.15º29.28%87.06%-
XYZ47.4940.8674.49-
YUV175.47154.26141.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=33.86%
G=27.40%
B=38.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941572220.130.2900.13274.1549.6274.31
HexC29DDED1D0D112324a
Octal302235336153501542262112
Binary110000101001110111011110110111101011011000100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DDE; }

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

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

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

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

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

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

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

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