#C49AD7

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

Shades of Wisteria #C49AD7

Tints of Wisteria #C49AD7

Color information

#C49AD7 (or 0xC49AD7) is unknown color: approx Wisteria. HEX triplet: C4, 9A and D7. RGB value is (196,154,215). Sum of RGB (Red+Green+Blue) = 196+154+215=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C49AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AD7 is #3B6528. Grayscale: #ADADAD. Windows color (decimal): -3892521 or 14129860. OLE color: 14129860.

HSL color Cylindrical-coordinate representation of color #C49AD7: hue angle of 281.31º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49AD7 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196154215-
CMYK0.090.2800.16
HSL281.31º43.26%72.35%-
HSV(B)281.31º28.37%84.31%-
XYZ46.5939.7569.51-
YUV173.51151.41144.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=34.69%
G=27.26%
B=38.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961542150.090.2800.16281.3143.2672.35
HexC49AD791C0101192b48
Octal304232327113402043153110
Binary1100010010011010110101111001111000100001000110011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AD7; }

 p { color: rgb(196,154,215); }

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

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

 a { background-color: rgb(196,154,215); }

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

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

 span { border-color: rgb(196,154,215); }

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