#C3A1DB

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

Shades of Wisteria #C3A1DB

Tints of Wisteria #C3A1DB

Color information

#C3A1DB (or 0xC3A1DB) is unknown color: approx Wisteria. HEX triplet: C3, A1 and DB. RGB value is (195,161,219). Sum of RGB (Red+Green+Blue) = 195+161+219=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 161 (63.28% from 255 or 28% 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 #C3A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1DB is #3C5E24. Grayscale: #B1B1B1. Windows color (decimal): -3956261 or 14393795. OLE color: 14393795.

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

Color convert

RGB195161219-
CMYK0.110.2600.14
HSL275.17º44.62%74.51%-
HSV(B)275.17º26.48%85.88%-
XYZ48.0442.2172.63-
YUV177.78151.26140.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=33.91%
G=28%
B=38.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951612190.110.2600.14275.1744.6274.51
HexC3A1DBB1A0E1132d4b
Octal303241333133201642355113
Binary110000111010000111011011101111010011101000100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1DB; }

 p { color: rgb(195,161,219); }

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

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

 a { background-color: rgb(195,161,219); }

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

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

 span { border-color: rgb(195,161,219); }

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