#C4A0D4

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

Shades of Wisteria #C4A0D4

Tints of Wisteria #C4A0D4

Color information

#C4A0D4 (or 0xC4A0D4) is unknown color: approx Wisteria. HEX triplet: C4, A0 and D4. RGB value is (196,160,212). Sum of RGB (Red+Green+Blue) = 196+160+212=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4A0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0D4 is #3B5F2B. Grayscale: #B0B0B0. Windows color (decimal): -3890988 or 13934788. OLE color: 13934788.

HSL color Cylindrical-coordinate representation of color #C4A0D4: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4A0D4 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196160212-
CMYK0.080.2500.17
HSL281.54º37.68%72.94%-
HSV(B)281.54º24.53%83.14%-
XYZ47.2241.6367.83-
YUV176.69147.93141.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=34.51%
G=28.17%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961602120.080.2500.17281.5437.6872.94
HexC4A0D481901111a2649
Octal304240324103102143246111
Binary1100010010100000110101001000110010100011000110101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A0D4; }

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

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

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

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

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

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

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

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