#C49BD0

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

Shades of Wisteria #C49BD0

Tints of Wisteria #C49BD0

Color information

#C49BD0 (or 0xC49BD0) is unknown color: approx Wisteria. HEX triplet: C4, 9B and D0. RGB value is (196,155,208). Sum of RGB (Red+Green+Blue) = 196+155+208=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C49BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD0 is #3B642F. Grayscale: #ADADAD. Windows color (decimal): -3892272 or 13671364. OLE color: 13671364.

HSL color Cylindrical-coordinate representation of color #C49BD0: hue angle of 286.42º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49BD0 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196155208-
CMYK0.060.2500.18
HSL286.42º36.05%71.18%-
HSV(B)286.42º25.48%81.57%-
XYZ45.8739.7364.93-
YUV173.3147.58144.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=35.06%
G=27.73%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961552080.060.2500.18286.4236.0571.18
HexC49BD061901211e2447
Octal30423332063102243644107
Binary110001001001101111010000110110010100101000111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BD0; }

 p { color: rgb(196,155,208); }

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

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

 a { background-color: rgb(196,155,208); }

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

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

 span { border-color: rgb(196,155,208); }

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