#C29ECC

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

Shades of Wisteria #C29ECC

Tints of Wisteria #C29ECC

Color information

#C29ECC (or 0xC29ECC) is unknown color: approx Wisteria. HEX triplet: C2, 9E and CC. RGB value is (194,158,204). Sum of RGB (Red+Green+Blue) = 194+158+204=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C29ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECC is #3D6133. Grayscale: #ADADAD. Windows color (decimal): -4022580 or 13409986. OLE color: 13409986.

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

Color convert

RGB194158204-
CMYK0.050.2300.2
HSL286.96º31.08%70.98%-
HSV(B)286.96º22.55%80%-
XYZ45.3740.2862.51-
YUV174.01144.93142.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=34.89%
G=28.42%
B=36.69%

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
Decimal1941582040.050.2300.2286.9631.0870.98
HexC29ECC51701411f1f47
Octal30223631452702443737107
Binary11000010100111101100110010110111010100100011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29ECC; }

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

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

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

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

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

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

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

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