#C29DCE

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

Shades of Wisteria #C29DCE

Tints of Wisteria #C29DCE

Color information

#C29DCE (or 0xC29DCE) is unknown color: approx Wisteria. HEX triplet: C2, 9D and CE. RGB value is (194,157,206). Sum of RGB (Red+Green+Blue) = 194+157+206=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCE is #3D6231. Grayscale: #ADADAD. Windows color (decimal): -4022834 or 13540802. OLE color: 13540802.

HSL color Cylindrical-coordinate representation of color #C29DCE: hue angle of 285.31º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29DCE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194157206-
CMYK0.060.2400.19
HSL285.31º33.33%71.18%-
HSV(B)285.31º23.79%80.78%-
XYZ45.4540.0463.73-
YUV173.65146.26142.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=34.83%
G=28.19%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941572060.060.2400.19285.3133.3371.18
HexC29DCE61801311d2147
Octal30223531663002343541107
Binary110000101001110111001110110110000100111000111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DCE; }

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

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

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

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

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

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

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

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