#C6A1DB

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

Shades of Wisteria #C6A1DB

Tints of Wisteria #C6A1DB

Color information

#C6A1DB (or 0xC6A1DB) is unknown color: approx Wisteria. HEX triplet: C6, A1 and DB. RGB value is (198,161,219). Sum of RGB (Red+Green+Blue) = 198+161+219=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1DB is #395E24. Grayscale: #B2B2B2. Windows color (decimal): -3759653 or 14393798. OLE color: 14393798.

HSL color Cylindrical-coordinate representation of color #C6A1DB: hue angle of 278.28º 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 #C6A1DB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198161219-
CMYK0.100.2600.14
HSL278.28º44.62%74.51%-
HSV(B)278.28º26.48%85.88%-
XYZ48.8242.6172.67-
YUV178.68150.76141.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=34.26%
G=27.85%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981612190.100.2600.14278.2844.6274.51
HexC6A1DBA1A0E1162d4b
Octal306241333123201642655113
Binary110001101010000111011011101011010011101000101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1DB; }

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

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

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

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

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

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

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

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