#C29ED9

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

Shades of Wisteria #C29ED9

Tints of Wisteria #C29ED9

Color information

#C29ED9 (or 0xC29ED9) is unknown color: approx Wisteria. HEX triplet: C2, 9E and D9. RGB value is (194,158,217). Sum of RGB (Red+Green+Blue) = 194+158+217=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #C29ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ED9 is #3D6126. Grayscale: #AFAFAF. Windows color (decimal): -4022567 or 14261954. OLE color: 14261954.

HSL color Cylindrical-coordinate representation of color #C29ED9: hue angle of 276.61º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29ED9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194158217-
CMYK0.110.2700.15
HSL276.61º43.7%73.53%-
HSV(B)276.61º27.19%85.1%-
XYZ4740.9371.07-
YUV175.49151.43141.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=34.09%
G=27.77%
B=38.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941582170.110.2700.15276.6143.773.53
HexC29ED9B1B0F1152c4a
Octal302236331133301742554112
Binary110000101001111011011001101111011011111000101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29ED9; }

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

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

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

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

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

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

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

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