#C29DCC

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

Shades of Wisteria #C29DCC

Tints of Wisteria #C29DCC

Color information

#C29DCC (or 0xC29DCC) is unknown color: approx Wisteria. HEX triplet: C2, 9D and CC. RGB value is (194,157,204). Sum of RGB (Red+Green+Blue) = 194+157+204=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C29DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCC is #3D6233. Grayscale: #ADADAD. Windows color (decimal): -4022836 or 13409730. OLE color: 13409730.

HSL color Cylindrical-coordinate representation of color #C29DCC: hue angle of 287.23º 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 #C29DCC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194157204-
CMYK0.050.2300.2
HSL287.23º31.54%70.78%-
HSV(B)287.23º23.04%80%-
XYZ45.239.9462.45-
YUV173.42145.26142.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=34.95%
G=28.29%
B=36.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941572040.050.2300.2287.2331.5470.78
HexC29DCC51701411f2047
Octal30223531452702443740107
Binary110000101001110111001100101101110101001000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DCC; }

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

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

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

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

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

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

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

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