#C49CD7

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

Shades of Wisteria #C49CD7

Tints of Wisteria #C49CD7

Color information

#C49CD7 (or 0xC49CD7) is unknown color: approx Wisteria. HEX triplet: C4, 9C and D7. RGB value is (196,156,215). Sum of RGB (Red+Green+Blue) = 196+156+215=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #C49CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CD7 is #3B6328. Grayscale: #AEAEAE. Windows color (decimal): -3892009 or 14130372. OLE color: 14130372.

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

Color convert

RGB196156215-
CMYK0.090.2700.16
HSL280.68º42.45%72.75%-
HSV(B)280.68º27.44%84.31%-
XYZ46.9240.4269.62-
YUV174.69150.75143.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=34.57%
G=27.51%
B=37.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961562150.090.2700.16280.6842.4572.75
HexC49CD791B0101192a49
Octal304234327113302043152111
Binary1100010010011100110101111001110110100001000110011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CD7; }

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

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

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

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

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

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

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

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