#C4A0DB

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

Shades of Wisteria #C4A0DB

Tints of Wisteria #C4A0DB

Color information

#C4A0DB (or 0xC4A0DB) is unknown color: approx Wisteria. HEX triplet: C4, A0 and DB. RGB value is (196,160,219). Sum of RGB (Red+Green+Blue) = 196+160+219=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0DB is #3B5F24. Grayscale: #B1B1B1. Windows color (decimal): -3890981 or 14393540. OLE color: 14393540.

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

Color convert

RGB196160219-
CMYK0.110.2700.14
HSL276.61º45.04%74.31%-
HSV(B)276.61º26.94%85.88%-
XYZ48.1241.9972.59-
YUV177.49151.43141.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=34.09%
G=27.83%
B=38.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961602190.110.2700.14276.6145.0474.31
HexC4A0DBB1B0E1152d4a
Octal304240333133301642555112
Binary110001001010000011011011101111011011101000101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A0DB; }

 p { color: rgb(196,160,219); }

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

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

 a { background-color: rgb(196,160,219); }

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

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

 span { border-color: rgb(196,160,219); }

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